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

Lots of instant output will exceed keyboard boundary #111

Closed
lukensmall opened this issue Nov 25, 2020 · 7 comments
Closed

Lots of instant output will exceed keyboard boundary #111

lukensmall opened this issue Nov 25, 2020 · 7 comments
Assignees
Labels
🐛 bug Something isn't working
Projects

Comments

@lukensmall
Copy link

Secondary login output exceeds keyboard boundary. I have to hit keyboard icon twice to fix.

Informations

  • Device : iPhone 7+
  • OS : iOS 14.2
  • WebSSH Pro version : 14.6.6

Screenshots
524107B9-4363-4A90-8803-08338C43438B

To Reproduce

After logging into my OpenBSD server, I log into an Ubuntu server vm with a lot of verbose messages which prints out enough to hide the cursor as shown in the picture.

In total, it prints out (I replaced the usernames and ip addresses. The password protected vm is not accessible without having ssh access to my public key access only server):

Last login: Tue Nov 24 18:49:17 2020 from 192.168.23.2
OpenBSD 6.8 (GENERIC.MP) #1: Tue Nov 3 09:06:04 MST 2020

Welcome to OpenBSD: The proactively secure Unix-like operating system.

Please use the sendbug(1) utility to report bugs in the system.
Before reporting a bug, please try to reproduce it with the latest
version of the code. With bug reports, please try to ensure that
enough information to reproduce the problem is enclosed, and if a
known fix for it exists, include that as well.

fuzzamp# /home/[username]/vm1login
OpenSSH_8.4, LibreSSL 3.2.2
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 49: Applying options for *
debug1: Connecting to [ip address] [ip address] port 22.
debug1: Connection established.
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: identity file /root/.ssh/id_ecdsa_sk type -1
debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /root/.ssh/id_ed25519 type -1
debug1: identity file /root/.ssh/id_ed25519-cert type -1
debug1: identity file /root/.ssh/id_ed25519_sk type -1
debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /root/.ssh/id_xmss type -1
debug1: identity file /root/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.4
debug1: Remote protocol version 2.0, remote software version OpenSSH_8.2p1 Ubuntu-4ubuntu0.1
debug1: match: OpenSSH_8.2p1 Ubuntu-4ubuntu0.1 pat OpenSSH* compat 0x04000000
debug1: Authenticating to [ip address]:22 as '[username]'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: aes256-ctr MAC: umac-64-etm@openssh.com compression: none
debug1: kex: client->server cipher: aes256-ctr MAC: umac-64-etm@openssh.com compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:P8YuxeGd6OgcLv5oqTCGFiMnO/RXab6bQSq0W2f1MBk
debug1: Host '[ip adress]' is known and matches the ECDSA host key.
debug1: Found key in /root/.ssh/known_hosts:5
debug1: rekey out after 6553600 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 6553600 blocks
debug1: Will attempt key: /root/.ssh/id_rsa
debug1: Will attempt key: /root/.ssh/id_dsa
debug1: Will attempt key: /root/.ssh/id_ecdsa
debug1: Will attempt key: /root/.ssh/id_ecdsa_sk
debug1: Will attempt key: /root/.ssh/id_ed25519
debug1: Will attempt key: /root/.ssh/id_ed25519_sk
debug1: Will attempt key: /root/.ssh/id_xmss
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,sk-ssh-ed25519@openssh.com,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Trying private key: /root/.ssh/id_ecdsa
debug1: Trying private key: /root/.ssh/id_ecdsa_sk
debug1: Trying private key: /root/.ssh/id_ed25519
debug1: Trying private key: /root/.ssh/id_ed25519_sk
debug1: Trying private key: /root/.ssh/id_xmss
debug1: Next authentication method: password
[username]@[ip address]'s password:

@isontheline isontheline self-assigned this Nov 25, 2020
@isontheline isontheline added the 🐛 bug Something isn't working label Nov 25, 2020
@isontheline isontheline added this to the 14.8 - Locomotive milestone Nov 25, 2020
@isontheline
Copy link
Owner

Hello @lukensmall 👋

WebSSH have several troubles with the keyboard : #37

I will try to fix your issue asap

Have a nice day ☀️

@isontheline
Copy link
Owner

Hello 👋

Don't worry about this issue closing : I'm merging this issue into #37 in order to track all Virtual Keyboard Enhancements needed. I will work on it soon.

Have a nice day. ☀️

@isontheline
Copy link
Owner

Hello,

I'm working on your issue right now 😇

A fix will available on TestFlight in a few hours : https://testflight.apple.com/join/QSrBK59z

@isontheline
Copy link
Owner

Hello @lukensmall 👋

Could you try WebSSH Beta from TestFlight app : https://testflight.apple.com/join/QSrBK59z
In order to check if your issue is fixed or not.

Thank you a lot.

@isontheline
Copy link
Owner

Hello @lukensmall 👋

Can I add your nickname to "WebSSH Contributors" page ?

@lukensmall
Copy link
Author

lukensmall commented Dec 21, 2020 via email

@isontheline
Copy link
Owner

Thank you a lot for your feedback 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
No open projects
SSH
Awaiting triage
Development

No branches or pull requests

2 participants