# 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:

1. Log in as ilmnadmin.
2. Enable and start SSH service using the commands:

sudo systemctl enable sshd

sudo systemctl start sshd

3. Check status is online and running:

sudo systemctl status sshd

4. Check if firewalld is running:

sudo systemctl status firewalld

5. Enable SSH port (default 22):

sudo firewall-cmd --permanent --add-service=ssh

6. Reload firewall to apply changes:

sudo firewall-cmd --reload

7. 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.

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                         |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #10077), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000010077%20-%20Instrumentation%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.illumina.com/instrumentation/novaseq-x-x-plus/instrumentation-novaseq-x-x-plus-troubleshooting-list/000010077.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
