From 4239ad785659b04d71dd16aadc53e2c180535073 Mon Sep 17 00:00:00 2001 From: deeplow <47065258+deeplow@users.noreply.github.com> Date: Tue, 8 Jun 2021 09:52:40 +0000 Subject: [PATCH] add "ssh-copy-id" to "Passwordless SSH Login" --- developer/debugging/test-bench.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/developer/debugging/test-bench.md b/developer/debugging/test-bench.md index dc203d5b..accaed0c 100644 --- a/developer/debugging/test-bench.md +++ b/developer/debugging/test-bench.md @@ -101,7 +101,9 @@ Host testbench HostName 192.168.123.45 ~~~ -Then connect to your testbench and paste newly generated `id_ecdsa.pub` to `.ssh/authorized_keys` on testbench so you can log in without entering password every time. +#### Passwordless SSH Login + +To log to your testbench without entering password every time, copy your newly generated public key (`id_ecdsa.pub`) to `~/.ssh/authorized_keys` on your testbench. You can do this easily by running this command on `qubes-dev`: `ssh-copy-id -i ~/.ssh/id_ecdsa.pub user@192.168.123.45` (substituting with the actual username address of your testbench). ### Scripting