Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ssh user@remotehost -L 1139:localhost:139
  2.  
  3. mount -t cifs //remotehost/shared /mnt/cifs -o username=myuser,password=mypass,ip=127.0.0.1,port=1139
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement