diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-26 21:11:47 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-26 21:11:47 +0000 |
commit | cda512e73ac658d6d01862570282d31b5a7f3e34 (patch) | |
tree | 899452989c9a28a136bb02aa7ea88b61e2780cac /usr.bin | |
parent | 53d3daf5ce7529a1629ec3430ce6e27226320032 (diff) |
add VisualHostKey to the list of options listed in -o;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 6165e2f736a..a58f5a02ace 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.275 2008/06/26 11:46:31 grunk Exp $ +.\" $OpenBSD: ssh.1,v 1.276 2008/06/26 21:11:46 jmc Exp $ .Dd $Mdocdate: June 26 2008 $ .Dt SSH 1 .Os @@ -498,6 +498,7 @@ For full details of the options listed below, and their possible values, see .It User .It UserKnownHostsFile .It VerifyHostKeyDNS +.It VisualHostKey .It XAuthLocation .El .It Fl p Ar port |