diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/ssh/config b/.config/ssh/config index 7d7704e..7bab06d 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -28,6 +28,8 @@ Host lukeshu.com Host build64-par Port 22 User luke + ForwardX11 yes + ForwardX11Trusted yes Host build64-par-far Port 1864 |