Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] / [Problem] sish tool not launching properlly #330

Open
Botond70 opened this issue Nov 29, 2024 · 3 comments
Open

[Question] / [Problem] sish tool not launching properlly #330

Botond70 opened this issue Nov 29, 2024 · 3 comments

Comments

@Botond70
Copy link

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.

@EpicEric
Copy link
Contributor

EpicEric commented Dec 1, 2024

Which command-line options are you passing when running the application?

@Botond70
Copy link
Author

Botond70 commented Dec 1, 2024

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#

@antoniomika
Copy link
Owner

Hey @Botond70,

Can you enable debug logging with --debug? That'll give us more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants