Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
ssh -t (open a pseudo tty) run commands on a remote server
Posted by Philipp Esselbach on: 11/11/2010 11:54 AM [ Print | 0 comment(s) ]
Go2Linux posted a tutorial about creating a pseudo TTY with ssh -t
The -t option in the ssh -t command force pseudo-tty allocation.
This is very handy when you need to run remote screen based applications on the remote server, establishing something like a temporary ssh connection, that will be established while the command is running, and it is closed as soon as the command is finished.
This is very handy when you need to run remote screen based applications on the remote server, establishing something like a temporary ssh connection, that will be established while the command is running, and it is closed as soon as the command is finished.
ssh -t (open a pseudo tty) run commands on a remote server
