Compare commits

..

2 Commits

Author SHA1 Message Date
Derek 1bd4756be3
Merge a25b7353f5 into ae9eb9ac88 2023-12-20 09:53:27 -05:00
Derek LaHousse a25b7353f5 removing suggested but not necessary lines 2023-12-20 09:53:19 -05:00
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
```