summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-04-16 10:25:59 +0100
committerColin Watson <cjwatson@debian.org>2010-04-16 10:25:59 +0100
commit716621abf50722a46f97ecafed5ce134c94f1a81 (patch)
tree9993f08b7ea89f3038c3cfcf8fd1c71bdc7e7ae7 /ssh_config.5
parentae31b42e02d7bf7004ec0302088f4e169c0f08ce (diff)
parent78eedc2c60ff4718200f9271d8ee4f437da3a0c5 (diff)
* New upstream release:
- Unbreak sshd_config's AuthorizedKeysFile option for $HOME-relative paths. - Include a language tag when sending a protocol 2 disconnection message. - Make logging of certificates used for user authentication more clear and consistent between CAs specified using TrustedUserCAKeys and authorized_keys.
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.514
1 files changed, 5 insertions, 9 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 91c0e1bb0..45496cfbc 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,8 +34,8 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.129 2010/03/05 10:28:21 djm Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.130 2010/03/26 01:06:13 dtucker Exp $
38.Dd $Mdocdate: March 5 2010 $ 38.Dd $Mdocdate: March 26 2010 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -144,8 +144,8 @@ Valid arguments are
144If set to 144If set to
145.Dq yes , 145.Dq yes ,
146passphrase/password querying will be disabled. 146passphrase/password querying will be disabled.
147In addition, the 147In addition, the
148.Cm ServerAliveInterval 148.Cm ServerAliveInterval
149option will be set to 300 seconds by default. 149option will be set to 300 seconds by default.
150This option is useful in scripts and other batch jobs where no user 150This option is useful in scripts and other batch jobs where no user
151is present to supply the password, 151is present to supply the password,
@@ -785,11 +785,7 @@ This allows a client to prefer one method (e.g.\&
785over another method (e.g.\& 785over another method (e.g.\&
786.Cm password ) 786.Cm password )
787The default for this option is: 787The default for this option is:
788.Do gssapi-with-mic , 788.Do gssapi-with-mic,hostbased,publickey,keyboard-interactive,password
789hostbased,
790publickey,
791keyboard-interactive,
792password
793.Dc . 789.Dc .
794.It Cm Protocol 790.It Cm Protocol
795Specifies the protocol versions 791Specifies the protocol versions