-
-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Labels
Milestone
Description
I now connect via ssh like so where I am prompted for a password:
> ssh mini
Password:
Last login: Sat Dec 5 11:32:37 2020 from 82.124.42.159
> administrator@9404.local ξΊ 12:27:44 ξ°
>Running with xxh I get the following result:
> cat ~/.config/xxh/config.xxhc
hosts:
mini: # settings for myhost
+s: xxh-shell-fish # use fish shell
> xxh mini
Probably the connection takes more time than expected.
Try to increase the timeout by adding "++pexpect-timeout 10" argument.
Answer from host is empty. Try again with +v or +vv or try ssh before xxh.
>
What do I need to do to connect here? Thanks for sharing this project.
anki-code