summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-11 22:04:39 +1000
committerDamien Miller <djm@mindrot.org>2003-06-11 22:04:39 +1000
commitf1ce505daf3ab14b42aa1eba41272fa103d3f4d0 (patch)
tree74487974ae0cdb719b6ef76302408119b4a705c7 /ssh.1
parent78f2e5ca98e36fa9e87e967243aedacde8d64156 (diff)
- jmc@cvs.openbsd.org 2003/06/10 09:12:11
[scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5] [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8] - section reorder - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.123
1 files changed, 12 insertions, 11 deletions
diff --git a/ssh.1 b/ssh.1
index d8af4de62..defc0e640 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
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.172 2003/05/20 12:09:31 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.173 2003/06/10 09:12:11 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -922,7 +922,8 @@ or
922.Xr rsh 1 . 922.Xr rsh 1 .
923.It Pa /etc/hosts.equiv 923.It Pa /etc/hosts.equiv
924This file is used during 924This file is used during
925.Pa \&.rhosts authentication. 925.Pa \&.rhosts
926authentication.
926It contains 927It contains
927canonical hosts names, one per line (the full format is described on 928canonical hosts names, one per line (the full format is described on
928the 929the
@@ -964,15 +965,6 @@ above.
964.Nm 965.Nm
965exits with the exit status of the remote command or with 255 966exits with the exit status of the remote command or with 255
966if an error occurred. 967if an error occurred.
967.Sh AUTHORS
968OpenSSH is a derivative of the original and free
969ssh 1.2.12 release by Tatu Ylonen.
970Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
971Theo de Raadt and Dug Song
972removed many bugs, re-added newer features and
973created OpenSSH.
974Markus Friedl contributed the support for SSH
975protocol versions 1.5 and 2.0.
976.Sh SEE ALSO 968.Sh SEE ALSO
977.Xr rsh 1 , 969.Xr rsh 1 ,
978.Xr scp 1 , 970.Xr scp 1 ,
@@ -995,3 +987,12 @@ protocol versions 1.5 and 2.0.
995.%D January 2002 987.%D January 2002
996.%O work in progress material 988.%O work in progress material
997.Re 989.Re
990.Sh AUTHORS
991OpenSSH is a derivative of the original and free
992ssh 1.2.12 release by Tatu Ylonen.
993Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
994Theo de Raadt and Dug Song
995removed many bugs, re-added newer features and
996created OpenSSH.
997Markus Friedl contributed the support for SSH
998protocol versions 1.5 and 2.0.