Version 2.1.3

- Added new cheatsheets
- Appended to `.gitignore`
This commit is contained in:
Chris Lane
2015-01-05 20:44:25 -05:00
parent 426b0aaa0d
commit be2cb6e632
4 changed files with 6 additions and 3 deletions

View File

@ -13,7 +13,8 @@ ssh -t user@example.com 'the-remote-command'
# To tunnel an x session over SSH:
ssh -X user@example.com
# Redirect traffic with a tunnel between local host (port 8080) and a remote host (remote.example.com:5000) through a proxy (personal.server.com):
# Redirect traffic with a tunnel between local host (port 8080) and a remote
# host (remote.example.com:5000) through a proxy (personal.server.com):
ssh -f -L 8080:remote.example.com:5000 user@personal.server.com -N
# To launch a specific x application over SSH: