Tagged Questions
2
votes
1answer
179 views
su and redirection
The following line shows the principle of a construct which I can use under Red hat 5.5:
$ echo "foo" | ssh myhost "echo \"cat <&1\" | su --login"
foo
Actually it was never clear to me why ...
11
votes
4answers
704 views
What is SSH - the protocol and what is ssh - the utility?
What is SSH - the protocol?
What is ssh - the unix utility and how does it work?
How is SSH protocol related to SFTP?
What is sshd?
Does the command su use ssh or sshd?