You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuing the thread of thought from Issue #14, the login machine also makes it difficult to do ssh-key forwarding. While there is a default ssh-agent running on the login machine, there is no default agent running on HAL DGX itself now. This poses a problem as it makes ssh-key forwarding impossible even with a profile like
Host DGX HALDGX
HostName hal-login3.ncsa.illinois.edu
Compression yes
PreferredAuthentications keyboard-interactive,password
PubkeyAuthentication no
ForwardAgent yes
User feickert
and users should ideally not be trying to automate setting up a ssh-agent on login. So this will need to get figured out.
Continuing the thread of thought from Issue #14, the login machine also makes it difficult to do ssh-key forwarding. While there is a default ssh-agent running on the login machine, there is no default agent running on HAL DGX itself now. This poses a problem as it makes ssh-key forwarding impossible even with a profile like
and users should ideally not be trying to automate setting up a
ssh-agent
on login. So this will need to get figured out.Example:
The text was updated successfully, but these errors were encountered: