summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:27 +0000
commit3cc52691f9218d9b6bb54111f051c0dcaa6f4c9a (patch)
tree8d4c939d9f3852e9e9b077aac47e0cf46eaa723e
parentSetting PubkeyAcceptedKeyTypes in ssh_config to ED25519 and RSA. (diff)
downloadopenssh-3cc52691f9218d9b6bb54111f051c0dcaa6f4c9a.tar.xz
openssh-3cc52691f9218d9b6bb54111f051c0dcaa6f4c9a.zip
Setting IdentityFile in ssh_config to ED25519 and RSA.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/ssh_config.d/user-keys.conf5
1 files changed, 5 insertions, 0 deletions
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