- jmc@cvs.openbsd.org 2010/03/05 06:50:35

[ssh.1 sshd.8]
     tweak previous;
This commit is contained in:
Damien Miller 2010-03-05 21:30:35 +11:00
parent 9527f228ae
commit 98339054f9
3 changed files with 8 additions and 6 deletions

View File

@ -23,6 +23,9 @@
- djm@cvs.openbsd.org 2010/03/05 02:58:11 - djm@cvs.openbsd.org 2010/03/05 02:58:11
[auth.c] [auth.c]
make the warning for a revoked key louder and more noticable make the warning for a revoked key louder and more noticable
- jmc@cvs.openbsd.org 2010/03/05 06:50:35
[ssh.1 sshd.8]
tweak previous;
- (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older - (tim) [ssh-pkcs11.c] Fix "non-constant initializer" errors in older
compilers. OK djm@ compilers. OK djm@
- (djm) [ssh-rand-helper.c] declare optind, avoiding compilation failure - (djm) [ssh-rand-helper.c] declare optind, avoiding compilation failure

5
ssh.1
View File

@ -34,8 +34,8 @@
.\" (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.299 2010/03/04 23:19:29 djm Exp $ .\" $OpenBSD: ssh.1,v 1.300 2010/03/05 06:50:34 jmc Exp $
.Dd $Mdocdate: March 4 2010 $ .Dd $Mdocdate: March 5 2010 $
.Dt SSH 1 .Dt SSH 1
.Os .Os
.Sh NAME .Sh NAME
@ -1103,7 +1103,6 @@ See the
option in option in
.Xr ssh_config 5 .Xr ssh_config 5
for more information. for more information.
.Pp
.Sh SSH-BASED VIRTUAL PRIVATE NETWORKS .Sh SSH-BASED VIRTUAL PRIVATE NETWORKS
.Nm .Nm
contains support for Virtual Private Network (VPN) tunnelling contains support for Virtual Private Network (VPN) tunnelling

6
sshd.8
View File

@ -34,8 +34,8 @@
.\" (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.254 2010/03/04 23:19:29 djm Exp $ .\" $OpenBSD: sshd.8,v 1.255 2010/03/05 06:50:35 jmc Exp $
.Dd $Mdocdate: March 4 2010 $ .Dd $Mdocdate: March 5 2010 $
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
.Sh NAME .Sh NAME
@ -721,7 +721,7 @@ or by taking
.Pa /etc/ssh/ssh_host_key.pub .Pa /etc/ssh/ssh_host_key.pub
and adding the host names at the front. and adding the host names at the front.
.Xr ssh-keygen 1 .Xr ssh-keygen 1
also offers some basic automated editing for also offers some basic automated editing for
.Pa ~/.ssh/known_hosts .Pa ~/.ssh/known_hosts
including removing hosts matching a host name and converting all host including removing hosts matching a host name and converting all host
names to their hashed representations. names to their hashed representations.