From 452ba5f903c07b976b4093903611d6bd52ab35a6 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 18 Oct 2016 10:34:51 +0530 Subject: [PATCH] Fix linting error --- pages/common/ssh.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/common/ssh.md b/pages/common/ssh.md index 3daff9c6ac..6bd61af2fe 100644 --- a/pages/common/ssh.md +++ b/pages/common/ssh.md @@ -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}}`