Sample Header Ad - 728x90

What do the %h and %p do in this command?

9 votes
1 answer
26405 views
$ ssh -o User=fred -o ProxyCommand="nc -X 5 -x localhost:9150 %h %p" server.example.org It's from http://en.wikibooks.org/wiki/OpenSSH/Cookbook/Proxies_and_Jump_Hosts I can't find any comments about the %h and %p arguments.
Asked by AGamePlayer (7845 rep)
Feb 10, 2015, 08:09 AM
Last activity: May 23, 2024, 09:02 PM