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/06/06 20:32]
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 55: Line 55:
  
 service sshd restart service sshd restart
 +</file>
 +
 +==== Additional for EL7 ====
 +
 +Install ''semanage'' if it is not installed and allow ssh on your port:
 +
 +<file>
 +sudo yum install policycoreutils-python
 +
 +semanage port -a -t ssh_port_t -p tcp 2222
 </file> </file>
  
computing/linux/ssh.1402108329.txt.gz · Last modified: 2014/06/06 20:32 by gcooper