diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 2908047..92ea7ef 100644 --- a/.ssh/config +++ b/.ssh/config @@ -62,3 +62,5 @@ Host * HostkeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa KexAlgorithms -sntrup761x25519-sha512@openssh.com + ForwardX11 yes + ForwardX11Trusted yes |