sshall again
#tags productivity
So xapply -f doesn't cut it for when I want interactive ssh sessions, so I updated my sshall script to use the apply syntax instead of xargs - this lets me do
sshall
cat hostlist | xapply -f 'ssh ...'
project1 - Pseudo-terminal will not be allocated because stdin is not a terminal.The solution to this problem is varied. You'll probably need the -t option for ssh: ssh -t user@server will allocate a terminal for you on the remote server so console-based applications will work.