User Tools

Site Tools


sysadmin:ssh_conf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sysadmin:ssh_conf [2025/11/21 16:26] mlivolsisysadmin:ssh_conf [2025/11/21 16:31] (current) mlivolsi
Line 34: Line 34:
 ssh "${hosts[$answer]}" ssh "${hosts[$answer]}"
 </code> </code>
 +
 +My ssh config
 +
 +<code>
 +#---------------------------------------------------------------
 +#_ Mike Network
 +#---------------------------------------------------------------
 +Host n150-host
 +    HostName x.x.x.x
 +    User <your username>
 +    ForwardAgent yes                   # forward agent to target
 +    X11Forwarding yes                  # I need this for kvm gui
 +    ForwardX11Trusted yes
 +</code>
 +
 +Obviously, you need to setup open-ssh on your servers and copy the required keys
sysadmin/ssh_conf.1763742409.txt.gz · Last modified: by mlivolsi