From fb3cb58304f02b5f7a82e02d4f9f7af5222e61cf Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Sun, 7 Nov 2021 19:30:41 +0100 Subject: [PATCH] split-ssh: suggest ssh-askpass-gnome on Debian vaults This is the Debian package closest to Fedora's ssh-askpass. Debian's ssh-askpass is rather Fedora's x11-ssh-askpass. --- docs/configuration/split-ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/split-ssh.md b/docs/configuration/split-ssh.md index 2cb451b..be72714 100644 --- a/docs/configuration/split-ssh.md +++ b/docs/configuration/split-ssh.md @@ -257,7 +257,7 @@ Note that the location and name of your private key may differ. For Debian templates:
``` - user@debian-10:~$ sudo apt-get install ssh-askpass + user@debian-10:~$ sudo apt-get install ssh-askpass-gnome ``` 3. Shutdown the template and restart your `vault` VM.