diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 01:57:55 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 01:57:55 +0100 |
commit | 9cfbaecb64cbfbd7e9218faa1e95985a72d73038 (patch) | |
tree | f27c2655b56bc122ec29cfa341ad6988810be335 /ssh_config.5 | |
parent | - jmc@cvs.openbsd.org 2006/02/24 23:51:17 (diff) | |
download | openssh-9cfbaecb64cbfbd7e9218faa1e95985a72d73038.tar.xz openssh-9cfbaecb64cbfbd7e9218faa1e95985a72d73038.zip |
- jmc@cvs.openbsd.org 2006/02/25 12:26:17
[ssh_config.5]
document the possible values for KbdInteractiveDevices;
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 40fef73cf..0e6a41808 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -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. |