diff options
author | Damien Miller <djm@mindrot.org> | 2010-04-18 08:07:43 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-04-18 08:07:43 +1000 |
commit | c4eddee1b7281dc076f8539569ca78291dde8103 (patch) | |
tree | d3ddcb41c15ecf7998ce018a4eb0dc8174bc77bc | |
parent | 4e270b05dd9d850fb9e2e0ac43f33cb4090d3ebc (diff) |
- OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2010/04/16 06:45:01
[ssh_config.5]
tweak previous; ok djm
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh_config.5 | 10 |
2 files changed, 11 insertions, 5 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20100418 | ||
2 | - OpenBSD CVS Sync | ||
3 | - jmc@cvs.openbsd.org 2010/04/16 06:45:01 | ||
4 | [ssh_config.5] | ||
5 | tweak previous; ok djm | ||
6 | |||
1 | 20100416 | 7 | 20100416 |
2 | - (djm) Release openssh-5.5p1 | 8 | - (djm) Release openssh-5.5p1 |
3 | - OpenBSD CVS Sync | 9 | - OpenBSD CVS Sync |
diff --git a/ssh_config.5 b/ssh_config.5 index 3f0f537a9..2df948e62 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -34,8 +34,8 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh_config.5,v 1.132 2010/04/14 22:27:42 djm Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.133 2010/04/16 06:45:01 jmc Exp $ |
38 | .Dd $Mdocdate: April 14 2010 $ | 38 | .Dd $Mdocdate: April 16 2010 $ |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -759,13 +759,13 @@ Specifies the command to use to connect to the server. | |||
759 | The command | 759 | The command |
760 | string extends to the end of the line, and is executed with | 760 | string extends to the end of the line, and is executed with |
761 | the user's shell. | 761 | the user's shell. |
762 | In the command string, any occurance of | 762 | In the command string, any occurrence of |
763 | .Ql %h | 763 | .Ql %h |
764 | will be substituted by the host name to | 764 | will be substituted by the host name to |
765 | connect, | 765 | connect, |
766 | .Ql %p | 766 | .Ql %p |
767 | by the port and | 767 | by the port, and |
768 | .Ql %u | 768 | .Ql %r |
769 | by the remote user name. | 769 | by the remote user name. |
770 | The command can be basically anything, | 770 | The command can be basically anything, |
771 | and should read from its standard input and write to its standard output. | 771 | and should read from its standard input and write to its standard output. |