#$Id: config,v 1.4 2014/06/18 17:39:53 haasc Exp $ # man ssh_config fuer Optionen # Systemweite-Config: /etc/ssh/ssh_config Host 172.16.1.1 User haasc ForwardX11 yes ForwardAgent yes Host doku.haas-online.org User admin Host * User root ForwardX11 yes ForwardAgent yes