6 ms·
But ssh -t forces pseudo-tty allocation and doesn't take arguments, what you are doing is appending command strings to the ssh command line.
by equoid 12y ago
But ssh -t forces pseudo-tty allocation and doesn't take arguments, what you are doing is appending command strings to the ssh command line.
- Russell91 12y agoyou're right, this is a better way of thinking about it.