From f96148b1498dcad48d589bda8f2f45cbaaf15f1e Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Mon, 29 Apr 2024 23:58:30 +0200 Subject: [PATCH] Add generic config for SSH-over-wstunnel --- dot.ssh-config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot.ssh-config b/dot.ssh-config index c8a6d12..8b16cc7 100644 --- a/dot.ssh-config +++ b/dot.ssh-config @@ -18,6 +18,10 @@ Host armbuild Host appletv.local KexAlgorithms +diffie-hellman-group-exchange-sha1 +# For SSH through https://github.com/erebe/wstunnel +Host wss://* + ProxyCommand wstunnel client -L stdio://localhost:%p %h + Host * Compression yes ServerAliveInterval 30