Improved [SSH-7408] with 'IgnoreRhosts'.

This commit is contained in:
Kamil Boratyński 2015-12-03 01:57:43 +01:00
parent 37ab68d501
commit e656111c75
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@
SSHOPS="Protocol:2,,1\
PermitRootLogin:NO,WITHOUT-PASSWORD,YES\
StrictModes:YES,,NO\
VerifyReverseMapping:YES,,NO"
VerifyReverseMapping:YES,,NO\
IgnoreRhosts:YES,,NO"
for I in ${SSHOPS};
do