diff options
-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 |