ssh: add x11 forwarding

This commit is contained in:
Pu Du
2016-07-22 17:45:18 -05:00
committed by Agniva De Sarker
parent 262b77aaea
commit a9dc22e4dc

View File

@@ -30,3 +30,7 @@
- SSH enable agent forward:
`ssh -A {{username}}@{{remote_host}}`
- SSH enable X11 forwarding:
`ssh -X {{username}}@{{remote_host}}`