diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:46 +0000 |
commit | ba0cd8e9d2d865a4352d3044cc6123f09e2d4694 (patch) | |
tree | b8234c1c8fe31c48fa352e8fc5919df2e34ebce5 /debian | |
parent | Setting PubkeyAcceptedKeyTypes in ssh_config to ED25519 and RSA. (diff) | |
download | openssh-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>
Diffstat (limited to '')
-rw-r--r-- | debian/local/ssh_config.d/user-keys.conf | 5 |
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 |