fixed typo

This commit is contained in:
2023-12-21 20:35:54 -06:00
parent e9654c1384
commit 533c0605c2

View File

@@ -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