summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--factory-default/net-misc/openssh/etc/ssh/ssh_config3
1 files changed, 3 insertions, 0 deletions
diff --git a/factory-default/net-misc/openssh/etc/ssh/ssh_config b/factory-default/net-misc/openssh/etc/ssh/ssh_config
index f822f7a5..a243583a 100644
--- a/factory-default/net-misc/openssh/etc/ssh/ssh_config
+++ b/factory-default/net-misc/openssh/etc/ssh/ssh_config
@@ -53,6 +53,9 @@ Host *
# Order in which the client should try authentication methods
PreferredAuthentications publickey,keyboard-interactive,password
+ # File from which the user authentication identity is read
+ IdentityFile %d/.ssh/id_ed25519
+
# Do not forward authentication agent to the remote machine
ForwardAgent no