testing
This commit is contained in:
2
debian/debian-configure-sshd.sh
vendored
2
debian/debian-configure-sshd.sh
vendored
@@ -81,7 +81,7 @@ if [ $isInFile -eq 0 ]
|
||||
fi
|
||||
|
||||
# config /home/akanealw/.ssh/
|
||||
isInFile=$(cat/home/akanealw/.ssh/config | grep -c "*root")
|
||||
isInFile=$(cat /home/akanealw/.ssh/config | grep -c "*root")
|
||||
if [ $isInFile -eq 0 ]
|
||||
then
|
||||
mv /home/akanealw/.ssh/config /home/akanealw/.ssh/config.bak
|
||||
|
||||
Reference in New Issue
Block a user