Skip to content

Commit

Permalink
add ssh authentication forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
xdays committed Aug 15, 2015
1 parent e361dd2 commit de4354d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 139 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ lcr

Linux Command Reference

[Blog](http://www.xdays.info)
[Blog](http://www.xdays.me)
4 changes: 4 additions & 0 deletions source/network/ssh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ ssh客户端
示例
^^^^

转发本地ssh-agent::

ssh -A root@remote

翻墙::

ssh -NC -D localhost:8086 root@remote
Expand Down
138 changes: 0 additions & 138 deletions source/network/wget.rst~

This file was deleted.

0 comments on commit de4354d

Please sign in to comment.