Hallo,
we have some shell script that uses remsh and rcp and we want to replace them with ssh and scp. It works fine but it takes a lot of time.
A "remsh <ip> ls" needs 0.1 seconds and a "ssh <ip> ls" needs 3.4 seconds.
How can I improve the speed?
(sshd runs as a own deamon!)
we have some shell script that uses remsh and rcp and we want to replace them with ssh and scp. It works fine but it takes a lot of time.
A "remsh <ip> ls" needs 0.1 seconds and a "ssh <ip> ls" needs 3.4 seconds.
How can I improve the speed?
(sshd runs as a own deamon!)