From 050b789fdbdfeb362d85f2b4f6fb1c56880c6f56 Mon Sep 17 00:00:00 2001 From: Thomas Van Iseghem <55881698+VanIseghemThomas@users.noreply.github.com> Date: Fri, 12 May 2023 23:11:43 +0200 Subject: Update README.md for 2.0.3 SSH access --- README.md | 10 +++++++--- 1 file 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. -- cgit v1.2.3