Comment on SSH tricksparentComments−dchest14yIs it possible to pipe something into already opened ssh connection?−__alexs14yUsing named pipes (mkfifo) I suspect you could do that. I've not tried it in practice and there will be some warts to work around. e.g. the password prompt comes to mind.
Comments
Is it possible to pipe something into already opened ssh connection?
Using named pipes (mkfifo) I suspect you could do that. I've not tried it in practice and there will be some warts to work around. e.g. the password prompt comes to mind.