diff options
author | David Runge <dave@sleepmap.de> | 2018-12-03 09:15:32 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2018-12-03 09:15:32 +0100 |
commit | 2f9dde1528974a2923cd2b8f8d8435f53bdaf435 (patch) | |
tree | 7bb67a382ccc995a7173dee56d5fd877024f12ea | |
parent | b04ae4151c89f2e72cbfddfa4e55d55573027642 (diff) | |
download | dotfiles-2f9dde1528974a2923cd2b8f8d8435f53bdaf435.tar.gz dotfiles-2f9dde1528974a2923cd2b8f8d8435f53bdaf435.tar.bz2 dotfiles-2f9dde1528974a2923cd2b8f8d8435f53bdaf435.tar.xz dotfiles-2f9dde1528974a2923cd2b8f8d8435f53bdaf435.zip |
.ssh/config: Using a ed25519 key for apu-access.
-rw-r--r-- | .ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index 8978c42..1c86677 100644 --- a/.ssh/config +++ b/.ssh/config @@ -45,7 +45,7 @@ Host apu-access User dave ServerAliveInterval 120 Compression yes - IdentityFile ~/.ssh/id_rsa + IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes ControlMaster auto ControlPath ~/.ssh/socket-%r@%h:%p |