diff options
author | Colin Watson <cjwatson@debian.org> | 2006-05-12 07:53:24 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-05-12 07:53:24 +0000 |
commit | 3e2e0ac10674d77618c4c7339e18b83ced247492 (patch) | |
tree | 8c7fd1c2333a75d57aa1cb5dfaee2310b1f3d37a /sftp-server.0 | |
parent | 56cf3dc50961bcc871a2d86984049e80c24d6456 (diff) | |
parent | 16704d57999d987fb8d9ba53379841a79f016d67 (diff) |
Import OpenSSH 4.3p2.
Diffstat (limited to 'sftp-server.0')
-rw-r--r-- | sftp-server.0 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sftp-server.0 b/sftp-server.0 new file mode 100644 index 000000000..5367b5fdb --- /dev/null +++ b/sftp-server.0 | |||
@@ -0,0 +1,27 @@ | |||
1 | SFTP-SERVER(8) OpenBSD System Manager's Manual SFTP-SERVER(8) | ||
2 | |||
3 | NAME | ||
4 | sftp-server - SFTP server subsystem | ||
5 | |||
6 | SYNOPSIS | ||
7 | sftp-server | ||
8 | |||
9 | DESCRIPTION | ||
10 | sftp-server is a program that speaks the server side of SFTP protocol to | ||
11 | stdout and expects client requests from stdin. sftp-server is not in- | ||
12 | tended to be called directly, but from sshd(8) using the Subsystem op- | ||
13 | tion. See sshd_config(5) for more information. | ||
14 | |||
15 | SEE ALSO | ||
16 | sftp(1), ssh(1), sshd_config(5), sshd(8) | ||
17 | |||
18 | T. Ylonen and S. Lehtinen, SSH File Transfer Protocol, draft-ietf-secsh- | ||
19 | filexfer-00.txt, January 2001, work in progress material. | ||
20 | |||
21 | AUTHORS | ||
22 | Markus Friedl <markus@openbsd.org> | ||
23 | |||
24 | HISTORY | ||
25 | sftp-server first appeared in OpenBSD 2.8 . | ||
26 | |||
27 | OpenBSD 3.9 August 30, 2000 1 | ||