View Single Post

  #8 (permalink)  
Old 10-31-2007, 06:06 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 838
nixcraft is an unknown quantity at this point
Default

Don't use telnet, it is insecure protocol. Use openssh server and open ssh client.

First set ssh keys, see my howto:
SSH Public key based authentication - Howto

Once done that, run ssh command as follows
Code:
ssh you@server-name.com command1
ssh you@server-name.com cp /path/to/something /here/dest
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote