On Tue, 2004-09-28 at 09:38, divyanshu verma wrote: > Presently I am trying to send some commands to run on remote system, > thru a serial modem connected to my RedHat Linux 10.0. > Can someone tell me the steps that I need to follow.
If you know the IP of remote machine then you can ssh and the run commands on the remote machine. This is possible over modem and I routinely do this. First the remote admin starts the modem and connect to internet and then he phones / IM's the IP to me. I login using: $ssh -X -l username I.P. -- Sudev Barar Learning Linux _______________________________________________ ilugd mailinglist -- [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[EMAIL PROTECTED]/
