-
Notifications
You must be signed in to change notification settings - Fork 264
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
It doesn't propagate special keystrokes #65
Comments
Same seems to be true for arrow keys, so I assume that control codes are not being sent correctly. (MacOS Sierra 10.12.3). When you press awless is currently running its own pure-go ssh client, which presumably doesn't handle terminal emulation very well. Perhaps if an ssh or equivalent command is available on the system awless could invoke it using syscall.Exec on POSIX (This is an error on Windows by the look of it): |
Same problem here (OS Debian Testing) |
This is "normal". For now, we do not propagate special keystrokes such as |
When you send a
Ctrl+D
, it doesn't logout correctly on a ssh session, It justs hangs. It seems to be waiting for somethingThe text was updated successfully, but these errors were encountered: