I’m at a loss trying to get this to work. I’m sure I’m missing something.
Steps:
-Opened puttygen and generated a new key.
-Copied key into addon and ran (protection mode off)
-Got success message
-Powered off system. Powered back on
-Opened terminal and entered ssh [email protected] -p22222 (also tried without root@)
-Permission denied (publickey)
-Went into Advanced SSH & Web Terminal addon configuration
-Added key under authorized_keys, restarted addon with protection off
-Still get permission denied (publickey)
-Switched to putty and connected to port 22222
-login as: root
-No supported authentication methods available (server sent publickey)
-Went back to puttygen and saved the key file
-In putty went to Connection - SSH - Auth and selected the saved key file for authentication
-Still get No supported authentication methods available (server sent publickey)
I’ve done this procedure with 3 different keys generated by puttygen as well as the key used in the first post example and keep getting publickey errors.
You’re in a regular shell. You can use the ha prompt by typing ha, or you can start/stop/work inside docker containers with the docker command. You got everything.
How could, for example, execute a command like systemctl I meant I was expecting to see a bash console to execute OS commands, am I missing something here?
HA OS’s entire job is to launch docker. It’s a purpose-built operating system. There’s not much you can do from there. You canapk add nano and then edit any file you’d like with an easy-to-use interface. Most stuff worth editing is in the /etc directory.
Thanks, just a silly question how could I execute this command " systemctl", when I tried from within a container, I got an error saying command doesnt exist…
You can create a new container, privileged, and mount your /sys,/proc,/dev,/etc and others until you build a replica of the things you need, on an alpine container and then use whatever you need from there. It won’t be easy.