Changes between Version 7 and Version 8 of waue/sshKeyAuth


Ignore:
Timestamp:
Feb 23, 2009, 5:19:46 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/sshKeyAuth

    v7 v8  
    3939關於ssh_config的其他有趣設定參數,列如下
    4040
    41 Host    Restricts the following declarations (up to the next Host key-
    42              word) to be only for those hosts that match one of the patterns
    43              given after the keyword.
    44 BatchMode
    45              If set to ``yes'', passphrase/password querying will be disabled.
    46              This option is useful in scripts and other batch jobs where no
    47              user is present to supply the password.  The argument must be
    48              ``yes'' or ``no''.  The default is ``no''.
    49 
    50  PubkeyAuthentication
    51              Specifies whether to try public key authentication.  The argument
    52              to this keyword must be ``yes'' or ``no''.  The default is
    53              ``yes''.  This option applies to protocol version 2 only.
     41|| Host || Restricts the following declarations (up to the next Host key-word) to be only for those hosts that match one of the patterns given after the keyword. ||
     42|| BatchMode || If set to ``yes'', passphrase/password querying will be disabled. This option is useful in scripts and other batch jobs where no user is present to supply the password.  The argument must be ``yes'' or ``no''.  The default is ``no''. ||
     43|| PubkeyAuthentication || Specifies whether to try public key authentication.  The argument to this keyword must be ``yes'' or ``no''.  The default is ``yes''.  This option applies to protocol version 2 only. ||