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

Force pseudo-tty allocation #6

Closed
wants to merge 2 commits into from
Closed

Conversation

Joe-Heffer-Shef
Copy link
Contributor

@Joe-Heffer-Shef Joe-Heffer-Shef commented Sep 11, 2024

Do we need the -t option at all, if it's running in the background?

https://manpages.ubuntu.com/manpages/xenial/man1/ssh.1.html

     -t      Force pseudo-terminal allocation.  This can be used to execute arbitrary screen-
             based programs on a remote machine, which can be very useful, e.g. when implementing
             menu services.  Multiple -t options force tty allocation, even if ssh has no local
             tty.

@Joe-Heffer-Shef
Copy link
Contributor Author

Do we need the -t option at all, if it's running in the background?

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

Successfully merging this pull request may close these issues.

Pseudo-terminal will not be allocated because stdin is not a terminal.
1 participant