1,885
edits
Changes
no edit summary
-->
==== betty ====
The current [[ARMv8]] AArch64 server system is known as '''betty''' (or '''bbetty'''). This system is located inside the [[EHL]]. To connect to this system, you need to connect through the EHL gateway on port 2201.
If you're using a command-line ssh system, and you are on the Seneca network, you can issue a command such as this:
==== xerxes ====
Our x86_64 server is known as '''xerxes'''. To connect to it This system is located outside the [[EHL]] but is accessed through the EHL gateway from within outside Seneca, issue this command:using port 2202.
== 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, to access aarchie from outside Seneca, you could add this entry:
Host "betty"
ssh aarchiebetty-internal ssh xerxes-internal
== Sudo Access ==