Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

This configuration will allow access to any host which mounts the same $HOME directory. 

Other Notes

SSH Agent is required

If you have logged in but ssh fails to connect, it may be that your SSH agent is not running.

Code Block
languagebash
echo 'eval $(ssh-agent -s)' >> ~/.bash_profile

eval $(ssh-agent -s)
tsh logout
tsh login

SCP, X11, Agent, and Port Forwarding

...