Guest User

Untitled

a guest
Oct 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # 服务器
  2. tmux -S /tmp/our_socket
  3. chmod 777 /tmp/our_socket
  4.  
  5. # 客户端
  6. # ssh username@server.ip
  7. tmux -S /tmp/our_socket attach
Add Comment
Please, Sign In to add comment