summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 05:19:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 05:19:46 +0000
commitba0cd8e9d2d865a4352d3044cc6123f09e2d4694 (patch)
treeb8234c1c8fe31c48fa352e8fc5919df2e34ebce5
parentSetting PubkeyAcceptedKeyTypes in ssh_config to ED25519 and RSA. (diff)
downloadopenssh-ba0cd8e9d2d865a4352d3044cc6123f09e2d4694.tar.xz
openssh-ba0cd8e9d2d865a4352d3044cc6123f09e2d4694.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