diff options
author | 2008-06-26 21:11:46 +0000 | |
---|---|---|
committer | 2008-06-26 21:11:46 +0000 | |
commit | ecc6853c5d1df40b517ed96bf693f0e5c1241ee4 (patch) | |
tree | bf468968be7c67c7ce1a414c85651eb07948dc45 | |
parent | Make video stream work properly on uhci and ohci by adding an ohci (diff) | |
download | wireguard-openbsd-ecc6853c5d1df40b517ed96bf693f0e5c1241ee4.tar.xz wireguard-openbsd-ecc6853c5d1df40b517ed96bf693f0e5c1241ee4.zip |
add VisualHostKey to the list of options listed in -o;
-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 |