Access to ExCL
Last updated
Was this helpful?
Last updated
Was this helpful?
To become authorized to access ExCL facilities, please apply at . You have the option of using your ORNL (ucams) account if you have one, or creating an xcams (external user) account if you wish.
Once you have access you have a couple of options.
login.excl.ornl.gov runs an SSH Server and you can connect to the login node with ssh login.excl.ornl.gov
.
There is a limited number of licenses available. Thinlinc (Xfce Desktop) can be accessed at for HTML5 services, and ThinLinc clients can use login.excl.ornl.gov as their destination. ThinLinc clients can be downloaded without cost from . ThinLinc provides much better performance than tunneling X over SSH. A common strategy is to access login.excl.ornl.gov via ThinLinc and then use X11 forwarding to access GUIs running on other nodes.
Notes:
Using an SSH key instead of a password to connect to ExCL is highly recommended. See . SSH keys are more secure than passwords, and you are less likely to accidentally get banned from multiple incorrect login attempts when using SSH Keys to authenticate. If you get blocked, you can send a help ticket to with your IP address to get removed from the block list.
If you use a passphrase with your SSH key (recommended for security), you should also set up an SSH Agent to load the SSH key. An SSH Agent allows you to enter your passphrase once for the session without needing to enter your passphrase many times. The VS Code documentation is well written for setting up this SSH Agent on a variety of platforms; see .
It is recommended to use a terminal multiplexer like or . These tools keep your session active and can be reattached to if you loose network connection. They also allow you to open multiple windows or split panels.
You can manually copy the key if already on ExCL. For example
Or you can you ssh-copy-id
to copy your local systems key to ExCL.