Ignore rhosts
This commit is contained in:
parent
a2e1db68e1
commit
4eeee4415a
|
@ -40,6 +40,8 @@ function configure_ssh {
|
|||
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
|
||||
return
|
||||
fi
|
||||
sed -i 's|#IgnoreRhosts.*|IgnoreRhosts yes|g' /etc/ssh/sshd_config
|
||||
sed -i 's|IgnoreRhosts.*|IgnoreRhosts yes|g' /etc/ssh/sshd_config
|
||||
sed -i "s/Port .*/Port $SSH_PORT/g" /etc/ssh/sshd_config
|
||||
sed -i "s/#Port ${SSH_PORT}/Port ${SSH_PORT}/g" /etc/ssh/sshd_config
|
||||
sed -i 's/PermitRootLogin.*/PermitRootLogin no/g' /etc/ssh/sshd_config
|
||||
|
|
Loading…
Reference in New Issue