From 0fb85920168e83b85fefc0798becdf2e817a7781 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:42:59 +0200 Subject: Setting IdentityFile in ssh_config to ED25519. Signed-off-by: Daniel Baumann --- debian/local/ssh_config.d/user-keys.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 debian/local/ssh_config.d/user-keys.conf (limited to 'debian/local') diff --git a/debian/local/ssh_config.d/user-keys.conf b/debian/local/ssh_config.d/user-keys.conf new file mode 100644 index 0000000..0e6f97c --- /dev/null +++ b/debian/local/ssh_config.d/user-keys.conf @@ -0,0 +1,4 @@ +# /etc/ssh/ssh_config.d/user-keys.conf + +IdentityFile ~/.ssh/id_ed25519_sk +IdentityFile ~/.ssh/id_ed25519 -- cgit v1.2.3