Skip to content

Fix netcat syntax in ssh ProxyCommand

Der nc Befehl in der Doku scheint auf eine netcat Version abzuzielen, die nicht auf andorra installiert ist. Mit der auf andorra installierten nc version ist stattdessen der command nc -x 127.0.0.1:5000 %h %p möglich (socks5 ist default)

Merge request reports

Loading