From a25b7353f58d5ca83aeb388d44beb8ebf8d13dc9 Mon Sep 17 00:00:00 2001 From: Derek LaHousse Date: Wed, 20 Dec 2023 09:53:19 -0500 Subject: [PATCH] removing suggested but not necessary lines --- docs/icx6xxx-adv.md | 2 -- 1 file changed, 2 deletions(-) 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 ```