summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-07 06:07:22 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-07 06:07:22 +0000
commitd58eb5f50e0159d40dff945a87f49ca51a5f29e8 (patch)
treeddb2bbd76047ba11b0603d1da48ff3e6324a6ae4
parentc9b6eabb49938442dfdfa95299e3d6f0c60080c3 (diff)
- deraadt@cvs.openbsd.org 2001/03/07 01:19:06
[ssh.1 sshd.8] the name "secure shell" is boring, noone ever uses it
-rw-r--r--ChangeLog5
-rw-r--r--ssh.16
-rw-r--r--sshd.86
3 files changed, 10 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index fcf4ec3f9..b07c7620b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
9 - deraadt@cvs.openbsd.org 2001/03/06 15:10:42 9 - deraadt@cvs.openbsd.org 2001/03/06 15:10:42
10 [sftp.1] 10 [sftp.1]
11 order things 11 order things
12 - deraadt@cvs.openbsd.org 2001/03/07 01:19:06
13 [ssh.1 sshd.8]
14 the name "secure shell" is boring, noone ever uses it
12 15
1320010306 1620010306
14 - (bal) OpenBSD CVS Sync 17 - (bal) OpenBSD CVS Sync
@@ -4423,4 +4426,4 @@
4423 - Wrote replacements for strlcpy and mkdtemp 4426 - Wrote replacements for strlcpy and mkdtemp
4424 - Released 1.0pre1 4427 - Released 1.0pre1
4425 4428
4426$Id: ChangeLog,v 1.921 2001/03/07 01:29:17 mouring Exp $ 4429$Id: ChangeLog,v 1.922 2001/03/07 06:07:22 mouring Exp $
diff --git a/ssh.1 b/ssh.1
index c45b09939..51efc63f5 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,13 +34,13 @@
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.1,v 1.95 2001/03/05 17:40:48 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.96 2001/03/07 01:19:06 deraadt Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
42.Nm ssh 42.Nm ssh
43.Nd OpenSSH secure shell client (remote login program) 43.Nd OpenSSH SSH client (remote login program)
44.Sh SYNOPSIS 44.Sh SYNOPSIS
45.Nm ssh 45.Nm ssh
46.Op Fl l Ar login_name 46.Op Fl l Ar login_name
@@ -76,7 +76,7 @@
76.Op Ar command 76.Op Ar command
77.Sh DESCRIPTION 77.Sh DESCRIPTION
78.Nm 78.Nm
79(Secure Shell) is a program for logging into a remote machine and for 79(SSH client) is a program for logging into a remote machine and for
80executing commands on a remote machine. 80executing commands on a remote machine.
81It is intended to replace 81It is intended to replace
82rlogin and rsh, and provide secure encrypted communications between 82rlogin and rsh, and provide secure encrypted communications between
diff --git a/sshd.8 b/sshd.8
index 30e51b76a..da81de11d 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,13 +34,13 @@
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: sshd.8,v 1.105 2001/03/05 16:07:15 deraadt Exp $ 37.\" $OpenBSD: sshd.8,v 1.106 2001/03/07 01:19:06 deraadt Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
41.Sh NAME 41.Sh NAME
42.Nm sshd 42.Nm sshd
43.Nd OpenSSH secure shell daemon 43.Nd OpenSSH ssh daemon
44.Sh SYNOPSIS 44.Sh SYNOPSIS
45.Nm sshd 45.Nm sshd
46.Op Fl diqD46 46.Op Fl diqD46
@@ -54,7 +54,7 @@
54.Op Fl V Ar client_protocol_id 54.Op Fl V Ar client_protocol_id
55.Sh DESCRIPTION 55.Sh DESCRIPTION
56.Nm 56.Nm
57(Secure Shell Daemon) is the daemon program for 57(SSH Daemon) is the daemon program for
58.Xr ssh 1 . 58.Xr ssh 1 .
59Together these programs replace rlogin and rsh, and 59Together these programs replace rlogin and rsh, and
60provide secure encrypted communications between two untrusted hosts 60provide secure encrypted communications between two untrusted hosts