diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:42:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:42:59 +0000 |
commit | 0fb85920168e83b85fefc0798becdf2e817a7781 (patch) | |
tree | 0cc1029ff6f30b13ec382f5c67cdc77afea4f1fb /debian/local/ssh_config.d | |
parent | Setting PubkeyAcceptedKeyTypes in ssh_config to ED25519. (diff) | |
download | openssh-0fb85920168e83b85fefc0798becdf2e817a7781.tar.xz openssh-0fb85920168e83b85fefc0798becdf2e817a7781.zip |
Setting IdentityFile in ssh_config to ED25519.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/ssh_config.d')
-rw-r--r-- | debian/local/ssh_config.d/user-keys.conf | 4 |
1 files changed, 4 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..0e6f97c --- /dev/null +++ b/debian/local/ssh_config.d/user-keys.conf @@ -0,0 +1,4 @@ +# /etc/ssh/ssh_config.d/user-keys.conf + +IdentityFile ~/.ssh/id_ed25519_sk +IdentityFile ~/.ssh/id_ed25519 |