How to enable ssh access on the NovaSeq X Series
The NovaSeq X System runs on Oracle Linux OS which has the ability to allow ssh for remote access.
Users can follow the below steps to enable ssh access on the NovaSeq X instruments:
Log in as ilmnadmin.
Enable and start SSH service using the commands:
sudo systemctl enable sshd
sudo systemctl start sshd
Check status is online and running:
sudo systemctl status sshd
Check if firewalld is running:
sudo systemctl status firewalld
Enable SSH port (default 22):
sudo firewall-cmd --permanent --add-service=ssh
Reload firewall to apply changes:
sudo firewall-cmd --reload
Verify port 22 is open:
sudo firewall-cmd --list-all
If user still can't ssh into the instrument, then further changes need to be made on the user's side/network.
For any feedback or questions regarding this article (Illumina Knowledge Article #10077), contact Illumina Technical Support [email protected].
Last updated
Was this helpful?
