Open main menu

CDOT Wiki β

Changes

SPO600 Servers

427 bytes added, 13:33, 2 December 2015
no edit summary
You can't yet connect to xerxes from outside Seneca, so connect to a system inside Seneca first and then use the command above. Check back to this page to find out if/when external access is available.
 
 
== 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 ~/.ssh/config. For example, for aarchie, you could add this entry:
 
Host "aarchie"
user "jdoe"
hostname "ehl.cdot.systems"
port 2200
 
And then you could access aarchie by simply typing:
 
ssh aarchie
 
== Sudo Access ==