Advertisement
Guest User

Untitled

a guest
Sep 30th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. user0@inital:> ssh -P port_number user1@server.com
  2. user1@server.com:>ssh -P port_number user2@final
  3. user2@final:>
  4.  
  5. user0@inital:>ssh -R12345:localhost:22 user1@server.com
  6. user1@server.com:>scp -p12345 files user0@127.0.0.1:~/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement