! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Problem after halting remote computer within SSH
Status:
RESOLVED: MOVED
Product:
Xfce4-terminal
Component:
General

Comments

Description torquil 2013-11-19 01:00:15 CET
If I log into a remote computer using SSH within xfce-terminal, and then halt the remote computer by issuing the command "halt", the remote computer turns off. However, the shell withing my xfce-terminal is then unusable.

It is not possible to use CTRLD or CTRL-c to reactivate it, nor does anything happen if I use "Terminal -> Reset". The cursor is frozen, and my only option is to close the xfce-terminal tab.

I think the expected behaviour should be to return to the shell that was used before using SSH to log into the remote computer.

Best regards
Torquil Sørensen
Comment 1 Egmont Koblinger 2015-03-01 15:15:22 CET
When using ssh, each keypress is silently sent to the remote server (without the content immediately changing locally), and the display only updated if the remote server instructs so.  Your ssh is waiting for the data to be delivered and incoming data arriving from the remote host.  There's no such data, so the terminal is apparently inactive, until ssh recognizes that the connection was lost.  This is the expected behavior.

You can press Enter ~ . (without the spaces), this is ssh's escape sequence that terminates it locally (without trying to communicate with the remote host).
Comment 2 Git Bot editbugs 2020-05-24 23:40:30 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/4.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #10500

Reported by:
torquil
Reported on: 2013-11-19
Last modified on: 2020-05-24

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Attachments

Additional information