You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, on a fresh install of soft server on Fedora Server, after setting SOFT_SERVE_INITIAL_ADMIN_KEYS='<contents of my pubkey' when I try to run ssh -i <path to my key> -p 23231 localhost user I get Error: user not found
To Reproduce
Steps to reproduce the behavior:
Follow the steps in the readme for installing on fedora server
run SOFT_SERVE_INITIAL_ADMIN_KEYS='<contents of my pubkey'
run soft serve (I have tried using the default location and a different location on different installs)
open a new shell on the same machine (when I ran this as a systemd service I ignored this step)
run ssh -i <path to my key> -p 23231 localhost user
Error: user not found returned
Environment (please complete the following information):
OS: Fedora Server
Shell: oh-my-zsh
Additional context
I have tried installing this a few times, and have also tried hosting it on a domain instead of locally, which returns the same error, although if I run ssh -i <path to my key> -p 23231 localhost I do get into the tui interface of soft serve
I have also tried running this as a systemd service and putting the enviroment admin keys command in there, as well as adding ssh keys to the additional ssh keys in the config.yaml with the same issue
Sorry if the formatting/anything else is wrong, this is the first time I've rasied a github issue
Thanks!
The text was updated successfully, but these errors were encountered:
Hey! There is another issue open like yours. Let me link it: #497
I'm having the same issue, I'm trying to look into it but i don't know much of what's going on with it...
Hi, on a fresh install of soft server on Fedora Server, after setting SOFT_SERVE_INITIAL_ADMIN_KEYS='<contents of my pubkey' when I try to run
ssh -i <path to my key> -p 23231 localhost user
I getError: user not found
To Reproduce
Steps to reproduce the behavior:
SOFT_SERVE_INITIAL_ADMIN_KEYS='<contents of my pubkey'
soft serve
(I have tried using the default location and a different location on different installs)ssh -i <path to my key> -p 23231 localhost user
Error: user not found
returnedEnvironment (please complete the following information):
Additional context
I have tried installing this a few times, and have also tried hosting it on a domain instead of locally, which returns the same error, although if I run
ssh -i <path to my key> -p 23231 localhost
I do get into the tui interface of soft serveI have also tried running this as a systemd service and putting the enviroment admin keys command in there, as well as adding ssh keys to the additional ssh keys in the config.yaml with the same issue
Sorry if the formatting/anything else is wrong, this is the first time I've rasied a github issue
Thanks!
The text was updated successfully, but these errors were encountered: