diff --git a/docs/icx6xxx-adv.md b/docs/icx6xxx-adv.md index 70f8f5d..03f7b41 100644 --- a/docs/icx6xxx-adv.md +++ b/docs/icx6xxx-adv.md @@ -141,13 +141,11 @@ On linux and macOS you'll want to add these lines to your ```~\.ssh\config``` fi ``` Host - User root IdentitiesOnly yes IdentityFile ~/.ssh/private_key KexAlgorithms +diffie-hellman-group1-sha1 PubkeyAcceptedKeyTypes=+ssh-rsa HostKeyAlgorithms=+ssh-rsa - PreferredAuthentications publickey ```