diff options
author | Yigit Sever | 2020-11-09 02:46:19 +0300 |
---|---|---|
committer | Yigit Sever | 2020-11-09 02:46:19 +0300 |
commit | 6cac716a55bc8567296fe717b83a8fede17cba3f (patch) | |
tree | 355ac8dc88f7281efcd47854a5c2f21689431f7f | |
parent | 9a1c7ab6f64b7256746401cb4740c6f68a9305de (diff) | |
download | dotfiles-6cac716a55bc8567296fe717b83a8fede17cba3f.tar.gz dotfiles-6cac716a55bc8567296fe717b83a8fede17cba3f.tar.bz2 dotfiles-6cac716a55bc8567296fe717b83a8fede17cba3f.zip |
change over the ssh keys
-rw-r--r-- | .ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ssh/config b/.ssh/config index 0fcabd8..58d7516 100644 --- a/.ssh/config +++ b/.ssh/config | |||
@@ -15,7 +15,7 @@ Host xyz | |||
15 | HostName yigitsever.xyz | 15 | HostName yigitsever.xyz |
16 | User yigit | 16 | User yigit |
17 | Preferredauthentications publickey | 17 | Preferredauthentications publickey |
18 | IdentityFile ~/.ssh/id_rsa | 18 | IdentityFile ~/.ssh/id_ed25519 |
19 | ServerAliveInterval 180 | 19 | ServerAliveInterval 180 |
20 | 20 | ||
21 | Host *.labs.overthewire.org | 21 | Host *.labs.overthewire.org |