diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index f99562b96..b20452ce2 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -34,7 +34,7 @@ | |||
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.18 2003/08/22 10:56:09 markus Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.19 2003/08/28 12:54:34 markus Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
@@ -407,18 +407,6 @@ This is important in scripts, and many users want it too. | |||
407 | .Pp | 407 | .Pp |
408 | To disable keepalives, the value should be set to | 408 | To disable keepalives, the value should be set to |
409 | .Dq no . | 409 | .Dq no . |
410 | .It Cm KerberosAuthentication | ||
411 | Specifies whether Kerberos authentication will be used. | ||
412 | The argument to this keyword must be | ||
413 | .Dq yes | ||
414 | or | ||
415 | .Dq no . | ||
416 | .It Cm KerberosTgtPassing | ||
417 | Specifies whether a Kerberos TGT will be forwarded to the server. | ||
418 | The argument to this keyword must be | ||
419 | .Dq yes | ||
420 | or | ||
421 | .Dq no . | ||
422 | .It Cm LocalForward | 410 | .It Cm LocalForward |
423 | Specifies that a TCP/IP port on the local machine be forwarded over | 411 | Specifies that a TCP/IP port on the local machine be forwarded over |
424 | the secure channel to the specified host and port from the remote machine. | 412 | the secure channel to the specified host and port from the remote machine. |