SSH config
Here’s some insight into my ssh config.
Proxy commands
This is how to use proxytunnel
, corkscrew
and netcat
to do ssh proxying.
If you wanted to ssh to home
via vyatta
via architect
, you would do so as follows:
|
|
config section for ProxyCommand
|
|
Ignore key
I also like to use the underscore notation to enable additional options.
Place the following near the end of the .ssh/config
.
|
|
Defaults should be at the end
|
|
Thanks for reading!
If this article appears incomplete, it may be intentional. Try prompting for a continuation.
If this article appears incomplete, it may be intentional. Try prompting for a continuation.