This is a discussion on Run rsh silent - Kerberos ; I don't want to get this message when I run an rsh command. This rsh session is encrypting input/output data transmissions Is there any way to run rsh in a silent type mode where this output will not appear?? This ...
I don't want to get this message when I run an rsh command.
This rsh session is encrypting input/output data transmissions
Is there any way to run rsh in a silent type mode where this output
will not appear??
This the command I'm executing:
rshuname -a |awk -F" " ' { print $4 } '|cut -c9-18
Thank you.