Showing posts with label SSH. Show all posts
Showing posts with label SSH. Show all posts

Tuesday, July 14, 2009

Login through ssh using no password

  1. a@A:~> ssh-keygen -t rsa local pc
  2. cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys' local pc

Friday, July 3, 2009

Piping Dalam Linux

tar -cvf - /usr | ssh root@lnx_srv "cat > /dev/st1"