diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-05 06:50:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-03-05 06:50:36 +0000 |
commit | befe0ad112c5812d4210ae470d9db559311a93de (patch) | |
tree | 8dd793353d8cc46a386e2b26b4eeffca8c5137e3 /usr.bin/ssh/sshd.8 | |
parent | 234c10660970ae7fe0a95429d82b3c04bbb3af03 (diff) |
tweak previous;
Diffstat (limited to 'usr.bin/ssh/sshd.8')
-rw-r--r-- | usr.bin/ssh/sshd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 218c2049f79..62ca5720fdd 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -34,8 +34,8 @@ .\" (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.254 2010/03/04 23:19:29 djm Exp $ -.Dd $Mdocdate: March 4 2010 $ +.\" $OpenBSD: sshd.8,v 1.255 2010/03/05 06:50:35 jmc Exp $ +.Dd $Mdocdate: March 5 2010 $ .Dt SSHD 8 .Os .Sh NAME @@ -694,7 +694,7 @@ or by taking .Pa /etc/ssh/ssh_host_key.pub and adding the host names at the front. .Xr ssh-keygen 1 -also offers some basic automated editing for +also offers some basic automated editing for .Pa ~/.ssh/known_hosts including removing hosts matching a host name and converting all host names to their hashed representations. |