OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Markus Friedl (markuscvs.openbsd.org)
Date: Wed Jul 03 2002 - 09:21:06 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: markuscvs.openbsd.org 2002/07/03 08:21:05

    Modified files:
            usr.bin/ssh : ssh-keysign.8 ssh-keysign.c ssh.c ssh_config
            usr.bin/ssh/ssh-keysign: Makefile

    Log message:
    re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config
    and exit if HostbasedAuthentication is disabled globally. based on discussions
    with deraadt, itojun and sommerfeld; ok itojun