- jmc@cvs.openbsd.org 2006/02/25 12:26:17
[ssh_config.5] document the possible values for KbdInteractiveDevices;
This commit is contained in:
parent
f4f22b54c0
commit
9cfbaecb64
|
@ -178,6 +178,9 @@
|
|||
- jmc@cvs.openbsd.org 2006/02/24 23:51:17
|
||||
[sshd_config.5]
|
||||
oops - bits i missed;
|
||||
- jmc@cvs.openbsd.org 2006/02/25 12:26:17
|
||||
[ssh_config.5]
|
||||
document the possible values for KbdInteractiveDevices;
|
||||
|
||||
20060313
|
||||
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
||||
|
@ -4079,4 +4082,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.4190 2006/03/15 00:57:25 djm Exp $
|
||||
$Id: ChangeLog,v 1.4191 2006/03/15 00:57:55 djm Exp $
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
.\" (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: ssh_config.5,v 1.84 2006/02/24 23:20:07 jmc Exp $
|
||||
.\" $OpenBSD: ssh_config.5,v 1.85 2006/02/25 12:26:17 jmc Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSH_CONFIG 5
|
||||
.Os
|
||||
|
@ -589,6 +589,13 @@ identities will be tried in sequence.
|
|||
Specifies the list of methods to use in keyboard-interactive authentication.
|
||||
Multiple method names must be comma-separated.
|
||||
The default is to use the server specified list.
|
||||
The methods available vary depending on what the server supports.
|
||||
For an OpenSSH server,
|
||||
it may be zero or more of:
|
||||
.Dq bsdauth ,
|
||||
.Dq pam ,
|
||||
and
|
||||
.Dq skey .
|
||||
.It Cm LocalCommand
|
||||
Specifies a command to execute on the local machine after successfully
|
||||
connecting to the server.
|
||||
|
|
Loading…
Reference in New Issue