Open aravezskinteeth opened 1 year ago
I tend to think this is a configuration issue, might as well try a simple test using the default configuration to rule out the problem.
export SOFT_SERVE_INITIAL_ADMIN_KEYS="ssh-ed25519 AAAAC3Nxxxxxxxxxxxxxx xxxx@woini.men"
./soft serve
After that, try again ssh localhost -p 23231 help
Describe the bug I have a git server with a repository and I'd like to use it with soft serve, but when I ssh into it as
ssh git@some.local -i ~/.ssh/git-server -p 22 help
, I get the following errorzsh:1: command not found: help
.I also tried to use
ssh soft
but nothing comes up. I'm not sure if I did something wrong or if it's just a bug.To Reproduce Steps to reproduce the behavior: First, I created my git server like this:
some.local
.git-server
andgit-server.pub
. I copied public key's content and pasted on the git's user authorized_keys.Then For the soft-serve part, I followed the
README.md
steps:SOFT_SERVE_DATA_PATH
andSOFT_SERVE_INITIAL_ADMIN_KEYS
environmental variables:soft serve
config.yaml
like this:~/.ssh/confg
Expected behavior I expect to being able to configure soft serve and access the TUI with my git server.
Screenshots
Environment (please complete the following information):