Causes ssh to print its configuration after evaluating Host and Match blocks and exit
-G Causes ssh to print its configuration after evaluating Host
and Match blocks and exit.
Example:
$ ssh -G p | awk '$1 == "hostname" { print $2 }'
ssh.goyun.info
-G Causes ssh to print its configuration after evaluating Host
and Match blocks and exit.
Example:
$ ssh -G p | awk '$1 == "hostname" { print $2 }'
ssh.goyun.info
Comments
Post a Comment