Changes

Jump to: navigation, search

SPO600 Servers

115 bytes added, 12:57, 14 January 2017
Simplified SSH Access
== Simplified SSH Access ==
If you're using OpenSSH (the ssh client used on most Linux systems and other platforms), you can simplify complex ssh command lines by placing host connection details in the file <code>~/.ssh/config.</code>:
Host "betty"
port 2202
Then Once you have added these lines and set the permission on that file (<code>chmod go= ~/.ssh/config</code>) you can use these commands to access betty and xerxes from outside of Seneca:
ssh betty

Navigation menu