1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 09:55:23 +02:00

Fix linting error

This commit is contained in:
Agniva De Sarker 2016-10-18 10:34:51 +05:30
parent 19156aa83d
commit 452ba5f903

View file

@ -27,7 +27,6 @@
`ssh -L {{9999}}:slashdot.org:80 {{username}}@{{remote_host}}`
- Forward the authentication information to the remote machine by passing an
option (For full list of possible options, try `man ssh_config`):
- Forward the authentication information to the remote machine by passing an option (For full list of possible options, try `man ssh_config`):
`ssh -o "ForwardAgent=yes" {{username}}@{{remote_host}}`