[ssh.1 sshd.8]
     the name "secure shell" is boring, noone ever uses it
This commit is contained in:
Ben Lindstrom 2001-03-07 06:07:22 +00:00
parent c9b6eabb49
commit d58eb5f50e
3 changed files with 10 additions and 7 deletions

View File

@ -9,6 +9,9 @@
- deraadt@cvs.openbsd.org 2001/03/06 15:10:42 - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
[sftp.1] [sftp.1]
order things order things
- deraadt@cvs.openbsd.org 2001/03/07 01:19:06
[ssh.1 sshd.8]
the name "secure shell" is boring, noone ever uses it
20010306 20010306
- (bal) OpenBSD CVS Sync - (bal) OpenBSD CVS Sync
@ -4423,4 +4426,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.921 2001/03/07 01:29:17 mouring Exp $ $Id: ChangeLog,v 1.922 2001/03/07 06:07:22 mouring Exp $

6
ssh.1
View File

@ -34,13 +34,13 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh.1,v 1.95 2001/03/05 17:40:48 stevesk Exp $ .\" $OpenBSD: ssh.1,v 1.96 2001/03/07 01:19:06 deraadt Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
.Sh NAME .Sh NAME
.Nm ssh .Nm ssh
.Nd OpenSSH secure shell client (remote login program) .Nd OpenSSH SSH client (remote login program)
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm ssh .Nm ssh
.Op Fl l Ar login_name .Op Fl l Ar login_name
@ -76,7 +76,7 @@
.Op Ar command .Op Ar command
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
(Secure Shell) is a program for logging into a remote machine and for (SSH client) is a program for logging into a remote machine and for
executing commands on a remote machine. executing commands on a remote machine.
It is intended to replace It is intended to replace
rlogin and rsh, and provide secure encrypted communications between rlogin and rsh, and provide secure encrypted communications between

6
sshd.8
View File

@ -34,13 +34,13 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd.8,v 1.105 2001/03/05 16:07:15 deraadt Exp $ .\" $OpenBSD: sshd.8,v 1.106 2001/03/07 01:19:06 deraadt Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
.Sh NAME .Sh NAME
.Nm sshd .Nm sshd
.Nd OpenSSH secure shell daemon .Nd OpenSSH ssh daemon
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm sshd .Nm sshd
.Op Fl diqD46 .Op Fl diqD46
@ -54,7 +54,7 @@
.Op Fl V Ar client_protocol_id .Op Fl V Ar client_protocol_id
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
(Secure Shell Daemon) is the daemon program for (SSH Daemon) is the daemon program for
.Xr ssh 1 . .Xr ssh 1 .
Together these programs replace rlogin and rsh, and Together these programs replace rlogin and rsh, and
provide secure encrypted communications between two untrusted hosts provide secure encrypted communications between two untrusted hosts