[ssh.1 sshd.8 ssh-keyscan.1]
     o) .Sh AUTHOR -> .Sh AUTHORS;
     o) remove unnecessary .Pp;
     o) better -mdoc style;
     o) typo;
     o) sort SEE ALSO;

     aaron@ ok
This commit is contained in:
Ben Lindstrom 2001-06-25 04:10:54 +00:00
parent 07094e52e7
commit d2bf0d64d9
4 changed files with 19 additions and 14 deletions

View File

@ -4,6 +4,15 @@
[session.c] [session.c]
don't reset forced_command (we allow multiple login shells in don't reset forced_command (we allow multiple login shells in
ssh2); dwd@bell-labs.com ssh2); dwd@bell-labs.com
- mpech@cvs.openbsd.org 2001/06/22 10:17:51
[ssh.1 sshd.8 ssh-keyscan.1]
o) .Sh AUTHOR -> .Sh AUTHORS;
o) remove unnecessary .Pp;
o) better -mdoc style;
o) typo;
o) sort SEE ALSO;
aaron@ ok
20010622 20010622
- (stevesk) handle systems without pw_expire and pw_change. - (stevesk) handle systems without pw_expire and pw_change.
@ -5688,4 +5697,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1298 2001/06/25 03:59:43 mouring Exp $ $Id: ChangeLog,v 1.1299 2001/06/25 04:10:54 mouring Exp $

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssh-keyscan.1,v 1.6 2001/06/05 05:05:39 pvalchev Exp $ .\" $OpenBSD: ssh-keyscan.1,v 1.7 2001/06/22 10:17:51 mpech Exp $
.\" .\"
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. .\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
.\" .\"
@ -66,7 +66,6 @@ will read hosts or
pairs from the standard input. pairs from the standard input.
.El .El
.Sh EXAMPLES .Sh EXAMPLES
.Pp
Print the host key for machine Print the host key for machine
.Pa hostname : .Pa hostname :
.Bd -literal .Bd -literal
@ -81,9 +80,7 @@ which have new or different keys from those in the sorted file
$ ssh-keyscan -f ssh_hosts | sort -u - ssh_known_hosts | \e\ $ ssh-keyscan -f ssh_hosts | sort -u - ssh_known_hosts | \e\
diff ssh_known_hosts - diff ssh_known_hosts -
.Ed .Ed
.Pp
.Sh FILES .Sh FILES
.Pp
.Pa Input format: .Pa Input format:
1.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4 1.2.3.4,1.2.4.4 name.my.domain,name,n.my.domain,n,1.2.3.4,1.2.4.4
.Pp .Pp
@ -99,5 +96,5 @@ key, and drops the connection as soon as it gets the key.
.Sh SEE ALSO .Sh SEE ALSO
.Xr ssh 1 , .Xr ssh 1 ,
.Xr sshd 8 .Xr sshd 8
.Sh AUTHOR .Sh AUTHORS
David Mazieres <dm@lcs.mit.edu> David Mazieres <dm@lcs.mit.edu>

4
ssh.1
View File

@ -34,7 +34,7 @@
.\" (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.113 2001/05/19 16:46:19 markus Exp $ .\" $OpenBSD: ssh.1,v 1.114 2001/06/22 10:17:51 mpech Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH 1 .Dt SSH 1
.Os .Os
@ -989,7 +989,7 @@ authentication time on slow connections when rhosts authentication is
not used. not used.
Most servers do not permit RhostsAuthentication because it Most servers do not permit RhostsAuthentication because it
is not secure (see is not secure (see
.Cm RhostsRSAAuthentication ). .Cm RhostsRSAAuthentication ) .
The argument to this keyword must be The argument to this keyword must be
.Dq yes .Dq yes
or or

11
sshd.8
View File

@ -34,7 +34,7 @@
.\" (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.127 2001/06/19 14:09:45 markus Exp $ .\" $OpenBSD: sshd.8,v 1.128 2001/06/22 10:17:51 mpech Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -176,7 +176,7 @@ configuration file.
.Nm .Nm
rereads its configuration file when it receives a hangup signal, rereads its configuration file when it receives a hangup signal,
.Dv SIGHUP , .Dv SIGHUP ,
by executing itself with the name it was started as, ie. by executing itself with the name it was started as, i.e.,
.Pa /usr/sbin/sshd . .Pa /usr/sbin/sshd .
.Pp .Pp
The options are as follows: The options are as follows:
@ -874,7 +874,6 @@ Time format examples:
.It 1h30m .It 1h30m
1 hour 30 minutes (90 minutes) 1 hour 30 minutes (90 minutes)
.El .El
.Sh LOGIN PROCESS .Sh LOGIN PROCESS
When a user successfully logs in, When a user successfully logs in,
.Nm .Nm
@ -1307,15 +1306,15 @@ created OpenSSH.
Markus Friedl contributed the support for SSH Markus Friedl contributed the support for SSH
protocol versions 1.5 and 2.0. protocol versions 1.5 and 2.0.
.Sh SEE ALSO .Sh SEE ALSO
.Xr rlogin 1 ,
.Xr rsh 1 ,
.Xr scp 1 , .Xr scp 1 ,
.Xr sftp 1 , .Xr sftp 1 ,
.Xr sftp-server 8 ,
.Xr ssh 1 , .Xr ssh 1 ,
.Xr ssh-add 1 , .Xr ssh-add 1 ,
.Xr ssh-agent 1 , .Xr ssh-agent 1 ,
.Xr ssh-keygen 1 , .Xr ssh-keygen 1 ,
.Xr rlogin 1 , .Xr sftp-server 8
.Xr rsh 1
.Rs .Rs
.%A T. Ylonen .%A T. Ylonen
.%A T. Kivinen .%A T. Kivinen