diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-17 23:58:17 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-17 23:58:17 -0400 |
commit | 3c815b70cf475fc06a23b5e3e7ea5bf33d25a9dc (patch) | |
tree | 6091132ca55d95009a7340da552ae1e2d632e0ca /.ssh/config | |
parent | neovim good again (diff) | |
download | dotfiles-arch-3c815b70cf475fc06a23b5e3e7ea5bf33d25a9dc.tar.gz dotfiles-arch-3c815b70cf475fc06a23b5e3e7ea5bf33d25a9dc.tar.bz2 dotfiles-arch-3c815b70cf475fc06a23b5e3e7ea5bf33d25a9dc.zip |
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 |