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
Instead of using localhost, a default which would work in the 90% case is ${SSH_CLIENT%% *} (IP of current SSH client session). This would allow a user to ssh in from different machines and get back to their "home" IP most of the time.
Instead of using localhost, a default which would work in the 90% case is
${SSH_CLIENT%% *}(IP of current SSH client session). This would allow a user to ssh in from different machines and get back to their "home" IP most of the time.