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

Whitespace in GNU Screen broken since v0.13.5 #288

Open
laverdet opened this issue Sep 2, 2024 · 0 comments
Open

Whitespace in GNU Screen broken since v0.13.5 #288

laverdet opened this issue Sep 2, 2024 · 0 comments

Comments

@laverdet
Copy link

laverdet commented Sep 2, 2024

$ upterm version
Upterm version v0.13.3

$ screen -dmS console bash -c 'echo -e "HELLO\n        HELLO"; exec sh'; upterm host --accept --force-command 'screen -x console' -- sh 

=== OM6RX4ECFE8OVQ9FFNI8                                                                                                 
Command:                sh                                                                                              
Force Command:          screen -x console                                                                               
Host:                   ssh://uptermd.upterm.dev:22                                                                     
Authorized Keys:        n/a                                                                                             
SSH Session:            ssh om6Rx4Ecfe8OvQ9fFni8:[...]=@uptermd.upterm.dev

sh-3.2$ ssh om6Rx4Ecfe8OvQ9fFni8:[...]=@uptermd.upterm.dev

HELLO   
        HELLO
sh-3.2$ 
$ upterm version
Upterm version v0.13.5

$ screen -dmS console bash -c 'echo -e "HELLO\n        HELLO"; exec sh'; upterm host --accept --force-command 'screen -x console' -- sh 

=== 2XLOIYHKYZPZ6QFIKTFH                                                                                                 
Command:                sh                                                                                              
Force Command:          screen -x console                                                                               
Host:                   ssh://uptermd.upterm.dev:22                                                                     
Authorized Keys:        n/a                                                                                             
SSH Session:            ssh 2XLoIYhkYZPZ6QfIKtfh:[...]=@uptermd.upterm.dev

sh-3.2$ ssh 2XLoIYhkYZPZ6QfIKtfh:[...]=@uptermd.upterm.dev

HELLO   
HELLO
sh-3.2$ 

It looks like that release was only upstream dependencies so something else broken along the way. It's broken in the same way on the latest v14.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant