diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:08:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:08:27 +0000 |
commit | 3cc52691f9218d9b6bb54111f051c0dcaa6f4c9a (patch) | |
tree | 8d4c939d9f3852e9e9b077aac47e0cf46eaa723e | |
parent | Setting PubkeyAcceptedKeyTypes in ssh_config to ED25519 and RSA. (diff) | |
download | openssh-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.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 |