User Tools

Site Tools


computing:linux:ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:linux:ssh [2014/10/31 17:27]
gcooper
computing:linux:ssh [2018/01/15 11:57] (current)
gcooper
Line 34: Line 34:
  
 <file> <file>
-chmod 600 /home/gcooper/.ssh/config+chmod 600 /home/username/.ssh/config
 </file> </file>
  
Line 57: Line 57:
 </file> </file>
  
-:!: EL7 with selinux requires more.+==== Additional for EL7 ====
  
 Install ''semanage'' if it is not installed and allow ssh on your port: Install ''semanage'' if it is not installed and allow ssh on your port:
Line 64: Line 64:
 sudo yum install policycoreutils-python sudo yum install policycoreutils-python
  
-semanage port -a -t ssh_port_t -p tcp 4444+semanage port -a -t ssh_port_t -p tcp 2222
 </file> </file>
  
computing/linux/ssh.1414798030.txt.gz · Last modified: 2014/10/31 17:27 by gcooper