Guest User

Untitled

a guest
May 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Supported escape sequences:
  2. ~. - terminate session
  3. ~B - send a BREAK to the remote system
  4. ~R - Request rekey (SSH protocol 2 only)
  5. ~# - list forwarded connections
  6. ~? - this message
  7. ~~ - send the escape character by typing it twice
  8. (Note that escapes are only recognized immediately after newline.)
  9.  
  10. Host *
  11. ServerAliveInterval 15
  12. # ServerAliveCountMax 3
  13.  
  14. Supported escape sequences:
  15. ~. - terminate connection (and any multiplexed sessions)
  16. ~B - send a BREAK to the remote system
  17. ~C - open a command line
  18. ~R - Request rekey (SSH protocol 2 only)
  19. ~^Z - suspend ssh
  20. ~# - list forwarded connections
  21. ~& - background ssh (when waiting for connections to terminate)
  22. ~? - this message
  23. ~~ - send the escape character by typing it twice
  24. (Note that escapes are only recognized immediately after newline.)
Add Comment
Please, Sign In to add comment