Advertisement
shokti

ubuntu ssh server installation

Sep 13th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. sudo apt-get install ssh openssh-server
  2.  
  3. ==================================================================================================
  4. NOTE:
  5. scp(SSH copy) copy from server to client:
  6. scp -P 1234 /home/server/text.txt ric@192.168.0.10:"/home/user1/Destkop/"
  7.  
  8. scp(SSH copy) copy from client to server:
  9. scp -P 123 ric@192.168.0.10:"/home/user1/text.txt" /home/server/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement