mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2024-12-01 11:33:23 +01:00
removing suggested but not necessary lines
This commit is contained in:
parent
dbc6fb2078
commit
051598ea9f
@ -141,13 +141,11 @@ On linux and macOS you'll want to add these lines to your ```~\.ssh\config``` fi
|
|||||||
|
|
||||||
```
|
```
|
||||||
Host <switch-ip>
|
Host <switch-ip>
|
||||||
User root
|
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
IdentityFile ~/.ssh/private_key
|
IdentityFile ~/.ssh/private_key
|
||||||
KexAlgorithms +diffie-hellman-group1-sha1
|
KexAlgorithms +diffie-hellman-group1-sha1
|
||||||
PubkeyAcceptedKeyTypes=+ssh-rsa
|
PubkeyAcceptedKeyTypes=+ssh-rsa
|
||||||
HostKeyAlgorithms=+ssh-rsa
|
HostKeyAlgorithms=+ssh-rsa
|
||||||
PreferredAuthentications publickey
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user