fixed typo
This commit is contained in:
4
debian/debian-configure-sshd.sh
vendored
4
debian/debian-configure-sshd.sh
vendored
@@ -86,7 +86,7 @@ if [ $isInFile -eq 0 ]
|
||||
then
|
||||
cp /home/akanealw/.ssh/config /home/akanealw/.ssh/config.bak
|
||||
mv /home/akanealw/.ssh/known_hosts /home/akanealw/.ssh/known_hosts.old
|
||||
echo "" > /home/akanealw/.ssh/config
|
||||
echo "" >> /home/akanealw/.ssh/config
|
||||
echo "" >> /home/akanealw/.ssh/config
|
||||
echo "Host *root" >> /home/akanealw/.ssh/config
|
||||
echo "Port 22" >> /home/akanealw/.ssh/config
|
||||
@@ -107,7 +107,7 @@ if [ $isInFile -eq 0 ]
|
||||
then
|
||||
cp /root/.ssh/config /root/.ssh/config.bak
|
||||
mv /root/.ssh/known_hosts /root/.ssh/known_hosts.old
|
||||
echo "" > /root/.ssh/config
|
||||
echo "" >> /root/.ssh/config
|
||||
echo "" >> /root/.ssh/config
|
||||
echo "Host *root" >> /root/.ssh/config
|
||||
echo "Port 22" >> /root/.ssh/config
|
||||
|
||||
Reference in New Issue
Block a user