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
I've cloned the repo, and had go installed. i've copied the public key, and when i start the program with the command provided this is where it gets stuck
2024/11/29 - 09:59:53 | Starting SSH service on address: localhost:2222
2024/11/29 - 09:59:53 | Loading ssh_key as ssh-ed25519 host key
it doesn't go further.
Any help is apreciated.
The text was updated successfully, but these errors were encountered:
these were all the commands i ran, before launching the main file.
(
git clone [email protected]:antoniomika/sish.git
cd sish
cp ~/.ssh/id_ed25519.pub ./deploy/pubkeys
)
i did as the guide told me an passed --http-adress and --domain into the arguments.
root@vmi2298612:/usr/sish# go run main.go --http-address localhost:3000 --domain vmi2298612.contaboserver.net
2024/12/01 - 22:41:34 | Starting SSH service on address: localhost:2222
2024/12/01 - 22:41:34 | Loading ssh_key as ssh-ed25519 host key
^Croot@vmi2298612:/usr/sish#
I've cloned the repo, and had go installed. i've copied the public key, and when i start the program with the command provided this is where it gets stuck
2024/11/29 - 09:59:53 | Starting SSH service on address: localhost:2222
2024/11/29 - 09:59:53 | Loading ssh_key as ssh-ed25519 host key
it doesn't go further.
Any help is apreciated.
The text was updated successfully, but these errors were encountered: