Skip to content

Commit

Permalink
Add generic config for SSH-over-wstunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Apr 29, 2024
1 parent f1d8e91 commit f96148b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dot.ssh-config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f96148b

Please sign in to comment.