removing suggested but not necessary lines

This commit is contained in:
Derek LaHousse 2023-12-20 09:53:19 -05:00
parent d68c64a41a
commit a25b7353f5
1 changed files with 0 additions and 2 deletions

View File

@ -141,13 +141,11 @@ On linux and macOS you'll want to add these lines to your ```~\.ssh\config``` fi
```
Host <switch-ip>
User root
IdentitiesOnly yes
IdentityFile ~/.ssh/private_key
KexAlgorithms +diffie-hellman-group1-sha1
PubkeyAcceptedKeyTypes=+ssh-rsa
HostKeyAlgorithms=+ssh-rsa
PreferredAuthentications publickey
```