]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2006/02/25 12:26:17
authordjm <djm>
Wed, 15 Mar 2006 00:57:55 +0000 (00:57 +0000)
committerdjm <djm>
Wed, 15 Mar 2006 00:57:55 +0000 (00:57 +0000)
     [ssh_config.5]
     document the possible values for KbdInteractiveDevices;

ChangeLog
ssh_config.5

index 54986d1015416456fad22e8aa1c5597a404a8807..14eb7e847ae0682365eb111068996d426e7f034d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - 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)
index 40fef73cfc3fca56b7c6fc9e644bf3f6e59e0235..0e6a418085e95843fead2f62813d278d6f279079 100644 (file)
@@ -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.
This page took 0.407847 seconds and 5 git commands to generate.