Skip to main content

New answers tagged

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 $(...
Compholio's user avatar
  • 206

Top 50 recent answers are included