This shows you the differences between two versions of the page.
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: | ||
< | < | ||
- | chmod 600 /home/gcooper/ | + | chmod 600 /home/username/ |
</ | </ | ||
Line 57: | Line 57: | ||
</ | </ | ||
- | :!: EL7 with selinux requires more. | + | ==== Additional for EL7 ==== |
Install '' | Install '' | ||
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 |
</ | </ | ||