From 257d5ba2827a4c5e983bfa21fd6d084b0dee3c75 Mon Sep 17 00:00:00 2001 From: tim-band Date: Sun, 3 Nov 2024 13:19:58 +0000 Subject: [PATCH] Update connecting-to-ev3dev-with-ssh.md -o PreferredAuthentications=password is necessary if your ssh client is set to try other methods first. We could instead offer this as a response to the error message "Received disconnect from 192.168.0.1 port 22:2: Too many authentication failures" --- docs/tutorials/connecting-to-ev3dev-with-ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/connecting-to-ev3dev-with-ssh.md b/docs/tutorials/connecting-to-ev3dev-with-ssh.md index 3795a8e63..4867c68a3 100644 --- a/docs/tutorials/connecting-to-ev3dev-with-ssh.md +++ b/docs/tutorials/connecting-to-ev3dev-with-ssh.md @@ -51,7 +51,7 @@ you have configured a network connection before continuing. * {: tab="Ubuntu"} Type the following command in a terminal window. - ssh robot@ev3dev.local + ssh -o PreferredAuthentications=password robot@ev3dev.local