how to work on remote server

I have to work with many server. sometime I have to do a small stuff on a particular server. Instead of loggin onto the server, I can work remotely. right? how I can perform that ? Any help?

thanks
ajaya

you can do a telnet to the server

my question is without logging into that server. Can not I issues a command from other server?

for the most part, i do not believe you can execute commands remotely without some sort of login ID. if it were possible, that coule be a SERIOUS problem... especially if you have disgrutled employees. :slight_smile:

you may need to try rsh/ssh

$ ssh user@server 'command you need'

but it's require a typing password (if you using password authentification)