sshping icon indicating copy to clipboard operation
sshping copied to clipboard

Cannot login and run echo command for unknown reason

Open Jerry-Terrasse opened this issue 1 year ago • 1 comments

sshping did not work for me.

$ ssh ali # ok

$ sshping -v ali
User: --not specified--
Host: ali
Port: 22
Echo: cat > /dev/null

+++ Attempting connection to ali:22
+++ Connected to ali:22
+++ Authenticated by public key method
*** Cannot login and run echo command

(ali is an alias configured in my ~/.ssh/config. And neither did localhost or direct domain work for me.)

How can I figure out what's wrong?

Jerry-Terrasse avatar Nov 10 '24 06:11 Jerry-Terrasse

Had the same issue. To fix this error apply this fix on https://github.com/spook/sshping/pull/45/files and re build the app.

junior1q94 avatar Dec 23 '24 04:12 junior1q94