New answers tagged ssh-tunneling
0
votes
.ssh/config ProxyCommand with a variable port
You can combine two SSH features together to get a runtime variable port number:
Match host and execute command (and save port to a file):
Match host somehost exec "echo Port $(...
Top 50 recent answers are included
Related Tags
ssh-tunneling × 698ssh × 517
port-forwarding × 83
linux × 58
openssh × 49
networking × 46
sshd × 40
tunneling × 35
proxy × 34
ubuntu × 31
vpn × 24
x11 × 23
vnc × 23
socks × 20
autossh × 16
ssh-config × 15
bash × 14
debian × 14
remote × 14
shell-script × 13
iptables × 13
mysql × 13
socks5-proxy × 13
centos × 12
rsync × 12