We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, if .ssh/config contains "RequestTTY force", then sshfs user@server: mountpoint fails with "remote host has disconnected".
sshfs user@server: mountpoint
On the other hand, scp user@server:something . succeeds.
scp user@server:something .
The reason why I want to use "RequestTTY force" is to be able to list active SSHFS connections on the server, with commands like who, last etc.
who
last
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, if .ssh/config contains "RequestTTY force", then
sshfs user@server: mountpoint
fails with "remote host has disconnected".On the other hand,
scp user@server:something .
succeeds.The reason why I want to use "RequestTTY force" is to be able to list active SSHFS connections on the server, with commands like
who
,last
etc.The text was updated successfully, but these errors were encountered: