From 3cc52691f9218d9b6bb54111f051c0dcaa6f4c9a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:08:27 +0200 Subject: Setting IdentityFile in ssh_config to ED25519 and RSA. Signed-off-by: Daniel Baumann --- debian/local/ssh_config.d/user-keys.conf | 5 +++++ 1 file changed, 5 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..55b3c99 --- /dev/null +++ b/debian/local/ssh_config.d/user-keys.conf @@ -0,0 +1,5 @@ +# /etc/ssh/ssh_config.d/user-keys.conf + +IdentityFile ~/.ssh/id_ed25519_sk +IdentityFile ~/.ssh/id_ed25519 +IdentityFile ~/.ssh/id_rsa -- cgit v1.2.3