Deleted Added
full compact
ssh_config.5 (256281) ssh_config.5 (258343)
1.\"
2.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
3.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4.\" All rights reserved
5.\"
6.\" As far as I am concerned, the code I have written for this software
7.\" can be used freely for any purpose. Any derived versions of this
8.\" software must be clearly marked as such, and if the derived work is

--- 20 unchanged lines hidden (view full) ---

29.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
30.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\"
36.\" $OpenBSD: ssh_config.5,v 1.166 2013/06/27 14:05:37 jmc Exp $
1.\"
2.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
3.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
4.\" All rights reserved
5.\"
6.\" As far as I am concerned, the code I have written for this software
7.\" can be used freely for any purpose. Any derived versions of this
8.\" software must be clearly marked as such, and if the derived work is

--- 20 unchanged lines hidden (view full) ---

29.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
30.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\"
36.\" $OpenBSD: ssh_config.5,v 1.166 2013/06/27 14:05:37 jmc Exp $
37.\" $FreeBSD: stable/10/crypto/openssh/ssh_config.5 255767 2013-09-21 21:36:09Z des $
37.\" $FreeBSD: stable/10/crypto/openssh/ssh_config.5 258343 2013-11-19 11:47:30Z des $
38.Dd June 27, 2013
39.Dt SSH_CONFIG 5
40.Os
41.Sh NAME
42.Nm ssh_config
43.Nd OpenSSH SSH client configuration files
44.Sh SYNOPSIS
45.Nm ~/.ssh/config

--- 1208 unchanged lines hidden (view full) ---

1254Note that this option applies to protocol version 2 only.
1255.Pp
1256See also VERIFYING HOST KEYS in
1257.Xr ssh 1 .
1258.It Cm VersionAddendum
1259Specifies a string to append to the regular version string to identify
1260OS- or site-specific modifications.
1261The default is
38.Dd June 27, 2013
39.Dt SSH_CONFIG 5
40.Os
41.Sh NAME
42.Nm ssh_config
43.Nd OpenSSH SSH client configuration files
44.Sh SYNOPSIS
45.Nm ~/.ssh/config

--- 1208 unchanged lines hidden (view full) ---

1254Note that this option applies to protocol version 2 only.
1255.Pp
1256See also VERIFYING HOST KEYS in
1257.Xr ssh 1 .
1258.It Cm VersionAddendum
1259Specifies a string to append to the regular version string to identify
1260OS- or site-specific modifications.
1261The default is
1262.Dq FreeBSD-20130918 .
1262.Dq FreeBSD-20131111 .
1263.It Cm VisualHostKey
1264If this flag is set to
1265.Dq yes ,
1266an ASCII art representation of the remote host key fingerprint is
1267printed in addition to the hex fingerprint string at login and
1268for unknown host keys.
1269If this flag is set to
1270.Dq no ,

--- 72 unchanged lines hidden ---
1263.It Cm VisualHostKey
1264If this flag is set to
1265.Dq yes ,
1266an ASCII art representation of the remote host key fingerprint is
1267printed in addition to the hex fingerprint string at login and
1268for unknown host keys.
1269If this flag is set to
1270.Dq no ,

--- 72 unchanged lines hidden ---