From 67e1ec332cf90a8720446ae81fcc403b1ddce88e Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 7 Sep 2019 12:16:46 +0200 Subject: .ssh/config: Setting IdentityFile for nws4 to id_ed25519. Adding configuration for git.archlinux.org. --- .ssh/config | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config index 1c86677..b27b7b0 100644 --- a/.ssh/config +++ b/.ssh/config @@ -365,7 +365,7 @@ Host nws4 Port 22 User dave IdentitiesOnly yes - IdentityFile ~/.ssh/id_rsa + IdentityFile ~/.ssh/id_ed25519 ServerAliveInterval 120 Compression yes ControlMaster auto @@ -538,3 +538,12 @@ host repos.archlinux.org IdentitiesOnly yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p + +host git.archlinux.org + hostname git.archlinux.org + port 22 + user dvzrv + IdentityFile ~/.ssh/id_ed25519_aur + IdentitiesOnly yes + ControlMaster auto + ControlPath ~/.ssh/socket-%r@%h:%p -- cgit v1.2.3-54-g00ecf