diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-29 00:27:11 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-29 00:27:11 +0000 |
commit | 89b0bd66e21f3af300c3df4e0e7ff2ecbda933c0 (patch) | |
tree | 6677187e5b8dfd18173262c493f5a237bb3e753e | |
parent | b68af624a9bf64fcf810a16a35749f4047ebe1ef (diff) |
- stevesk@cvs.openbsd.org 2001/03/26 15:47:59
[ssh.1]
document more defaults; misc. cleanup. ok markus@
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ssh.1 | 26 |
2 files changed, 29 insertions, 5 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20010329 | ||
2 | - OpenBSD CVS Sync | ||
3 | - stevesk@cvs.openbsd.org 2001/03/26 15:47:59 | ||
4 | [ssh.1] | ||
5 | document more defaults; misc. cleanup. ok markus@ | ||
6 | |||
1 | 20010328 | 7 | 20010328 |
2 | - (djm) Reorder tests and library inclusion for Krb4/AFS to try to | 8 | - (djm) Reorder tests and library inclusion for Krb4/AFS to try to |
3 | resolve linking conflicts with libcrypto. Report and suggested fix | 9 | resolve linking conflicts with libcrypto. Report and suggested fix |
@@ -4735,4 +4741,4 @@ | |||
4735 | - Wrote replacements for strlcpy and mkdtemp | 4741 | - Wrote replacements for strlcpy and mkdtemp |
4736 | - Released 1.0pre1 | 4742 | - Released 1.0pre1 |
4737 | 4743 | ||
4738 | $Id: ChangeLog,v 1.1025 2001/03/28 11:05:26 djm Exp $ | 4744 | $Id: ChangeLog,v 1.1026 2001/03/29 00:27:11 mouring Exp $ |
@@ -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.1,v 1.99 2001/03/19 12:49:51 djm Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.100 2001/03/26 15:47:59 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -640,16 +640,20 @@ The argument must be | |||
640 | .Dq yes | 640 | .Dq yes |
641 | or | 641 | or |
642 | .Dq no . | 642 | .Dq no . |
643 | The default is | ||
644 | .Dq no . | ||
643 | .It Cm CheckHostIP | 645 | .It Cm CheckHostIP |
644 | If this flag is set to | 646 | If this flag is set to |
645 | .Dq yes , | 647 | .Dq yes , |
646 | ssh will additionally check the host ip address in the | 648 | ssh will additionally check the host IP address in the |
647 | .Pa known_hosts | 649 | .Pa known_hosts |
648 | file. | 650 | file. |
649 | This allows ssh to detect if a host key changed due to DNS spoofing. | 651 | This allows ssh to detect if a host key changed due to DNS spoofing. |
650 | If the option is set to | 652 | If the option is set to |
651 | .Dq no , | 653 | .Dq no , |
652 | the check will not be executed. | 654 | the check will not be executed. |
655 | The default is | ||
656 | .Dq yes . | ||
653 | .It Cm Cipher | 657 | .It Cm Cipher |
654 | Specifies the cipher to use for encrypting the session | 658 | Specifies the cipher to use for encrypting the session |
655 | in protocol version 1. | 659 | in protocol version 1. |
@@ -677,8 +681,10 @@ The argument must be | |||
677 | .Dq yes | 681 | .Dq yes |
678 | or | 682 | or |
679 | .Dq no . | 683 | .Dq no . |
684 | The default is | ||
685 | .Dq no . | ||
680 | .It Cm CompressionLevel | 686 | .It Cm CompressionLevel |
681 | Specifies the compression level to use if compression is enable. | 687 | Specifies the compression level to use if compression is enabled. |
682 | The argument must be an integer from 1 (fast) to 9 (slow, best). | 688 | The argument must be an integer from 1 (fast) to 9 (slow, best). |
683 | The default level is 6, which is good for most applications. | 689 | The default level is 6, which is good for most applications. |
684 | The meaning of the values is the same as in | 690 | The meaning of the values is the same as in |
@@ -688,12 +694,15 @@ Specifies the number of tries (one per second) to make before falling | |||
688 | back to rsh or exiting. | 694 | back to rsh or exiting. |
689 | The argument must be an integer. | 695 | The argument must be an integer. |
690 | This may be useful in scripts if the connection sometimes fails. | 696 | This may be useful in scripts if the connection sometimes fails. |
697 | The default is 4. | ||
691 | .It Cm PubkeyAuthentication | 698 | .It Cm PubkeyAuthentication |
692 | Specifies whether to try public key authentication. | 699 | Specifies whether to try public key authentication. |
693 | The argument to this keyword must be | 700 | The argument to this keyword must be |
694 | .Dq yes | 701 | .Dq yes |
695 | or | 702 | or |
696 | .Dq no . | 703 | .Dq no . |
704 | The default is | ||
705 | .Dq yes . | ||
697 | Note that this option applies to protocol version 2 only. | 706 | Note that this option applies to protocol version 2 only. |
698 | .It Cm EscapeChar | 707 | .It Cm EscapeChar |
699 | Sets the escape character (default: | 708 | Sets the escape character (default: |
@@ -720,6 +729,8 @@ The argument must be | |||
720 | .Dq yes | 729 | .Dq yes |
721 | or | 730 | or |
722 | .Dq no . | 731 | .Dq no . |
732 | The default is | ||
733 | .Dq no . | ||
723 | .It Cm ForwardAgent | 734 | .It Cm ForwardAgent |
724 | Specifies whether the connection to the authentication agent (if any) | 735 | Specifies whether the connection to the authentication agent (if any) |
725 | will be forwarded to the remote machine. | 736 | will be forwarded to the remote machine. |
@@ -849,6 +860,8 @@ The argument to this keyword must be | |||
849 | .Dq yes | 860 | .Dq yes |
850 | or | 861 | or |
851 | .Dq no . | 862 | .Dq no . |
863 | The default is | ||
864 | .Dq yes . | ||
852 | Note that this option applies to both protocol version 1 and 2. | 865 | Note that this option applies to both protocol version 1 and 2. |
853 | .It Cm Port | 866 | .It Cm Port |
854 | Specifies the port number to connect on the remote host. | 867 | Specifies the port number to connect on the remote host. |
@@ -923,14 +936,17 @@ The argument to this keyword must be | |||
923 | .Dq yes | 936 | .Dq yes |
924 | or | 937 | or |
925 | .Dq no . | 938 | .Dq no . |
939 | The default is | ||
940 | .Dq yes . | ||
926 | .It Cm RhostsRSAAuthentication | 941 | .It Cm RhostsRSAAuthentication |
927 | Specifies whether to try rhosts based authentication with RSA host | 942 | Specifies whether to try rhosts based authentication with RSA host |
928 | authentication. | 943 | authentication. |
929 | This is the primary authentication method for most sites. | ||
930 | The argument must be | 944 | The argument must be |
931 | .Dq yes | 945 | .Dq yes |
932 | or | 946 | or |
933 | .Dq no . | 947 | .Dq no . |
948 | The default is | ||
949 | .Dq yes . | ||
934 | .It Cm RSAAuthentication | 950 | .It Cm RSAAuthentication |
935 | Specifies whether to try RSA authentication. | 951 | Specifies whether to try RSA authentication. |
936 | The argument to this keyword must be | 952 | The argument to this keyword must be |
@@ -940,6 +956,8 @@ or | |||
940 | RSA authentication will only be | 956 | RSA authentication will only be |
941 | attempted if the identity file exists, or an authentication agent is | 957 | attempted if the identity file exists, or an authentication agent is |
942 | running. | 958 | running. |
959 | The default is | ||
960 | .Dq yes . | ||
943 | Note that this option applies to protocol version 1 only. | 961 | Note that this option applies to protocol version 1 only. |
944 | .It Cm ChallengeResponseAuthentication | 962 | .It Cm ChallengeResponseAuthentication |
945 | Specifies whether to use challenge response authentication. | 963 | Specifies whether to use challenge response authentication. |