aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2023-05-22 22:04:20 +0200
committerThomas Van Iseghem <[email protected]>2023-05-22 22:04:20 +0200
commit227ef6368670cd3983d404640ff2a84ad143b0a2 (patch)
treeb8e62f24bb39b9275253366981872491057c5658
parent3c0a1adc2e83215bce92ff26a519e85dbfa552a9 (diff)
parent050b789fdbdfeb362d85f2b4f6fb1c56880c6f56 (diff)
downloadOpenCortex-227ef6368670cd3983d404640ff2a84ad143b0a2.tar.gz
OpenCortex-227ef6368670cd3983d404640ff2a84ad143b0a2.zip
Merge branch 'main' of https://github.com/VanIseghemThomas/OpenCortex
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 28665cd..e35b081 100644
--- a/README.md
+++ b/README.md
@@ -85,10 +85,14 @@ Swap out the `/etc/shadow` file in with the one in this repository. This will ch
```bash
OpenCortex
```
-
You will be able to log in with this password when using SSH.
-### Step 4: persistent access
+## Step 4: prevent the sshd service from being terminated
+
+Since the 2.0.3 update, there is an effort to stop people from connecting over SSH by disabling it in `/etc/init.d/S80drvinit` . But since it's probably used internally, they couldn't get rid of it.
+To keep the sshd service enabled, add the following empty file: `/opt/neuraldsp/allow_sshd`. This can easily be done using the `touch` command.
+
+### Step 5: persistent access
You are now able to connect to your QC using SSH as root! But you may find it won't work for you. SSH defaults to port 22, but the QC uses port `57284` for SSH. So to connect to your QC you can do the following:
@@ -114,7 +118,7 @@ Welcome to
#### BOOM WE'RE IN
-### Step 5 (optional)
+### Step 6 (optional)
It is good practice to run the `passwd` command to change your password. Having default passwords is never a good idea.