Configuring SSH
- In order to
improvesimplifyeffeciencySSHandaccessstilltokeeppingremotehighhostslevelswhileofkeepingsecurityaccess secure we recommend INCD users to enable the forwarding of SSH credentials. This enables jumping across hosts without having to enter passwords or other credentials. The followingsshSSH configurationsatshouldtheirbe entered in the local workstation (PC or laptop desktop) from which the remote INCD hosts are to be accessed.
Enabling SSH agents and forwarding
-
Edit the
sshlocalconfigueSSH config file$sudo vi /etc/ssh_config
-
Enable the following options:
Host * ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes GSSAPIAuthentication yes
-
Disclaimer: In some OS the ssh configuration file location may change please consult your OS for details.
-
More information about
sshSSHinandmultiple OSforwarding can be foundhereat SSH Forwarding guide