diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-07 01:19:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-07 01:19:07 +0000 |
commit | ea0ded8ed80f39cdacb229e78b2714f54c4b62b0 (patch) | |
tree | f1d1586e3374d771909e8f079b092f8189bcf68c /usr.bin/ssh | |
parent | 201e52988f4d4ece2612f7a06a94faeb4bd9d779 (diff) |
the name "secure shell" is boring, noone ever uses it
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 | ||||
-rw-r--r-- | usr.bin/ssh/sshd.8 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index c45b0993992..51efc63f528 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,13 +34,13 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" 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 .Dt SSH 1 .Os .Sh NAME .Nm ssh -.Nd OpenSSH secure shell client (remote login program) +.Nd OpenSSH SSH client (remote login program) .Sh SYNOPSIS .Nm ssh .Op Fl l Ar login_name @@ -76,7 +76,7 @@ .Op Ar command .Sh DESCRIPTION .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. It is intended to replace rlogin and rsh, and provide secure encrypted communications between diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 30e51b76a47..da81de11d92 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -34,13 +34,13 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" 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 .Dt SSHD 8 .Os .Sh NAME .Nm sshd -.Nd OpenSSH secure shell daemon +.Nd OpenSSH ssh daemon .Sh SYNOPSIS .Nm sshd .Op Fl diqD46 @@ -54,7 +54,7 @@ .Op Fl V Ar client_protocol_id .Sh DESCRIPTION .Nm -(Secure Shell Daemon) is the daemon program for +(SSH Daemon) is the daemon program for .Xr ssh 1 . Together these programs replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts |