Aristos Vasiliou
Aristos Vasiliou
Thanks for the link. `publicKey=/Users/kavanagh/.ssh/id_rsa.pub` Can I specify the "authorized_keys" file here? What if there's more than one key in there? Would it be better if I keep the "authorized...
Ok please bear with me as I’m trying to understand how this works. 1. I will generate a new set of private/public keys and copy them in /home/user/.ssh 2. I...
> Step 5 is valid if you can't authenticate with a user name and password when registering the system I can authenticate with a username and password on the ssh...
ok so here's the problem. Using this method https://github.com/skavanagh/KeyBox#supplying-a-custom-ssh-key-pair I only get to set a global key, which will be used for authenticating a single user. Because obviously I don't...
These are the actual log files produced https://paste.ofcode.org/qdBBthNwC7Qy9yeFtHWjR3 https://paste.ofcode.org/n2KcM8m29zLfJtMwX2ymaE
additional log of new installation https://paste.ofcode.org/EFrbCp4eEUQknVmG4sZBXh
What I found out is that if I restart OliveTin once, the update message disappears. But here's the results anyway. ``` Feb 07 04:51:01 raspberrypi systemd[1]: Stopping OliveTin... Feb 07...
So I followed your suggestion and added the volume, like this ``` docker run -d \ --restart=always \ --name rundeck \ -h rundeck \ -e PUID=1001 \ -e PGID=1001 \...
Thanks for you reply. I'm no docker expert, but this is what I have so far with all my other containers On the **left** side of the **:** I always...
When I specify an exact path on the left side (including separate directories) it works. It's the first time I had to do something like this though. This is how...