rmichela / Bukkit-SSHD

An SSHD daemon embedded in a Bukkit plugin.
Apache License 2.0
14 stars 15 forks source link

permission denied on startup #9

Closed braddevans closed 6 years ago

braddevans commented 6 years ago

i made the rsa key as per the install guide according to the linux guide and i am on the latest version of the plugin;

[20:48:32] [Server thread/INFO]: [SSHD] Enabling SSHD v1.2 [20:48:35] [Server thread/ERROR]: [SSHD] Failed to start SSH server! Permission denied

i also made the jar file executable chmod a+rwx sshd.jar

but it may be a problem with my current user permissions

SSHD.zip

toxuin commented 6 years ago

It seems like you're not allowed to start a server on port 22. In your config file, set port to something else like 25505 and try restarting it again.

Is this happening on a shared service or on a local machine?

P.S> Enabling SSHD v1.2 is telling me you're not actually on the latest version of the plugin :-D https://github.com/rmichela/Bukkit-SSHD/releases

Haarolean commented 6 years ago

Consider reopening if that doesn't help.