summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.57
1 files changed, 3 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 98cd9ac5b..53b3b6f1f 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.109 2008/06/12 16:35:31 dtucker Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.110 2008/06/12 19:10:09 jmc Exp $
38.Dd $Mdocdate: June 12 2008 $ 38.Dd $Mdocdate: June 12 2008 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -162,9 +162,8 @@ file.
162This allows ssh to detect if a host key changed due to DNS spoofing. 162This allows ssh to detect if a host key changed due to DNS spoofing.
163If the option is set to 163If the option is set to
164.Dq fingerprint , 164.Dq fingerprint ,
165not only the host IP address will be checked, but also a fingerprint 165a fingerprint and an ASCII art representation of the key are printed,
166along with an ASCII art 166in addition to the host IP address check.
167representation of the key will be printed.
168If the option is set to 167If the option is set to
169.Dq no , 168.Dq no ,
170the check will not be executed. 169the check will not be executed.