removing suggested but not necessary lines

This commit is contained in:
Derek LaHousse 2023-12-20 09:53:19 -05:00
parent dbc6fb2078
commit 051598ea9f

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