浏览代码

ssh: shorten last description

Agniva De Sarker 8 年之前
父节点
当前提交
f862a8aec2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/ssh.md

+ 1 - 1
pages/common/ssh.md

@@ -27,6 +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`):
+- Enable the option to forward the authentication information to the remote machine (see `man ssh_config` for available options):
 
 `ssh -o "ForwardAgent=yes" {{username}}@{{remote_host}}`