################
# Sample client-side OpenVPN 2.0 config file #
# for connecting to multi-client server. ... re a client and that we
# will be pulling certain config file directives
# from the server.
client
# Use ... play-warnings
# SSL/TLS parms.
# See the server config file for more
# description. It's best to use
# ... le this unless it is also
# enabled in the server config file.
comp-lzo
# Set log file verbosity.
verb 1
====== Aliases ======
by editing ~/.ssh/config, you can make SSH aliases very simply:
<code>
Host shortn... ork you have to add something like that in ~/.ssh/config:
<code>
Host hostname
ProxyCommand ss...
* Enable multiplexing for every hosts in .ssh/config:
<code>
Host *
ControlMaster auto
ControlPath ~/