diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 440a6d71d..281b4046b 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.66 2005/12/08 14:59:44 jmc Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.67 2005/12/08 15:06:29 jmc 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 |
@@ -517,23 +517,6 @@ Default is the name given on the command line. | |||
517 | Numeric IP addresses are also permitted (both on the command line and in | 517 | Numeric IP addresses are also permitted (both on the command line and in |
518 | .Cm HostName | 518 | .Cm HostName |
519 | specifications). | 519 | specifications). |
520 | .It Cm IdentityFile | ||
521 | Specifies a file from which the user's RSA or DSA authentication identity | ||
522 | is read. | ||
523 | The default is | ||
524 | .Pa ~/.ssh/identity | ||
525 | for protocol version 1, and | ||
526 | .Pa ~/.ssh/id_rsa | ||
527 | and | ||
528 | .Pa ~/.ssh/id_dsa | ||
529 | for protocol version 2. | ||
530 | Additionally, any identities represented by the authentication agent | ||
531 | will be used for authentication. | ||
532 | The file name may use the tilde | ||
533 | syntax to refer to a user's home directory. | ||
534 | It is possible to have | ||
535 | multiple identity files specified in configuration files; all these | ||
536 | identities will be tried in sequence. | ||
537 | .It Cm IdentitiesOnly | 520 | .It Cm IdentitiesOnly |
538 | Specifies that | 521 | Specifies that |
539 | .Nm ssh | 522 | .Nm ssh |
@@ -552,6 +535,23 @@ This option is intented for situations where | |||
552 | offers many different identities. | 535 | offers many different identities. |
553 | The default is | 536 | The default is |
554 | .Dq no . | 537 | .Dq no . |
538 | .It Cm IdentityFile | ||
539 | Specifies a file from which the user's RSA or DSA authentication identity | ||
540 | is read. | ||
541 | The default is | ||
542 | .Pa ~/.ssh/identity | ||
543 | for protocol version 1, and | ||
544 | .Pa ~/.ssh/id_rsa | ||
545 | and | ||
546 | .Pa ~/.ssh/id_dsa | ||
547 | for protocol version 2. | ||
548 | Additionally, any identities represented by the authentication agent | ||
549 | will be used for authentication. | ||
550 | The file name may use the tilde | ||
551 | syntax to refer to a user's home directory. | ||
552 | It is possible to have | ||
553 | multiple identity files specified in configuration files; all these | ||
554 | identities will be tried in sequence. | ||
555 | .It Cm KbdInteractiveDevices | 555 | .It Cm KbdInteractiveDevices |
556 | Specifies the list of methods to use in keyboard-interactive authentication. | 556 | Specifies the list of methods to use in keyboard-interactive authentication. |
557 | Multiple method names must be comma-separated. | 557 | Multiple method names must be comma-separated. |
@@ -633,9 +633,6 @@ or | |||
633 | .Dq no . | 633 | .Dq no . |
634 | The default is | 634 | The default is |
635 | .Dq yes . | 635 | .Dq yes . |
636 | .It Cm Port | ||
637 | Specifies the port number to connect on the remote host. | ||
638 | Default is 22. | ||
639 | .It Cm PermitLocalCommand | 636 | .It Cm PermitLocalCommand |
640 | Allow local command execution via the | 637 | Allow local command execution via the |
641 | .Ic LocalCommand | 638 | .Ic LocalCommand |
@@ -649,6 +646,9 @@ or | |||
649 | .Dq no . | 646 | .Dq no . |
650 | The default is | 647 | The default is |
651 | .Dq no . | 648 | .Dq no . |
649 | .It Cm Port | ||
650 | Specifies the port number to connect on the remote host. | ||
651 | Default is 22. | ||
652 | .It Cm PreferredAuthentications | 652 | .It Cm PreferredAuthentications |
653 | Specifies the order in which the client should try protocol 2 | 653 | Specifies the order in which the client should try protocol 2 |
654 | authentication methods. | 654 | authentication methods. |
@@ -796,15 +796,6 @@ across multiple | |||
796 | .Cm SendEnv | 796 | .Cm SendEnv |
797 | directives. | 797 | directives. |
798 | The default is not to send any environment variables. | 798 | The default is not to send any environment variables. |
799 | .It Cm ServerAliveInterval | ||
800 | Sets a timeout interval in seconds after which if no data has been received | ||
801 | from the server, | ||
802 | .Nm ssh | ||
803 | will send a message through the encrypted | ||
804 | channel to request a response from the server. | ||
805 | The default | ||
806 | is 0, indicating that these messages will not be sent to the server. | ||
807 | This option applies to protocol version 2 only. | ||
808 | .It Cm ServerAliveCountMax | 799 | .It Cm ServerAliveCountMax |
809 | Sets the number of server alive messages (see above) which may be | 800 | Sets the number of server alive messages (see above) which may be |
810 | sent without | 801 | sent without |
@@ -832,6 +823,15 @@ If, for example, | |||
832 | .Cm ServerAliveCountMax | 823 | .Cm ServerAliveCountMax |
833 | is left at the default, if the server becomes unresponsive ssh | 824 | is left at the default, if the server becomes unresponsive ssh |
834 | will disconnect after approximately 45 seconds. | 825 | will disconnect after approximately 45 seconds. |
826 | .It Cm ServerAliveInterval | ||
827 | Sets a timeout interval in seconds after which if no data has been received | ||
828 | from the server, | ||
829 | .Nm ssh | ||
830 | will send a message through the encrypted | ||
831 | channel to request a response from the server. | ||
832 | The default | ||
833 | is 0, indicating that these messages will not be sent to the server. | ||
834 | This option applies to protocol version 2 only. | ||
835 | .It Cm SmartcardDevice | 835 | .It Cm SmartcardDevice |
836 | Specifies which smartcard device to use. | 836 | Specifies which smartcard device to use. |
837 | The argument to this keyword is the device | 837 | The argument to this keyword is the device |