diff options
Diffstat (limited to '.ssh/config')
| -rw-r--r-- | .ssh/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 4be131d..d604025 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1 +1,6 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" + +Host * + HostkeyAlgorithms +ssh-rsa + PubkeyAcceptedAlgorithms +ssh-rsa + |
