diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-12-27 12:30:21 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-12-27 12:30:21 +0000 |
commit | 138ff6783f1d8745ac932c76c2f3e7bffeed398f (patch) | |
tree | 3be5b09097a7e78256b288ea069f4da2337655ae /usr.bin/ssh/ssh.1 | |
parent | 68d9515c7a8f6bee0b9c61e7a870f4c363e823e3 (diff) |
new option: HostKeyAlias: allows the user to record the host key
under a different name. This is useful for ssh tunneling over
forwarded connections or if you run multiple sshd's on different
ports on the same machine.
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index d830cfeb2b3..40cb6dfa8b4 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.73 2000/12/27 11:51:53 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.74 2000/12/27 12:30:20 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -746,6 +746,12 @@ The default is .It Cm GlobalKnownHostsFile Specifies a file to use instead of .Pa /etc/ssh_known_hosts . +.It Cm HostKeyAlias +Specifies an alias that should be used instead of the +real host name when looking up or saving the host key +the kown_hosts files. +This option is useful for tunneling ssh connection +or if you have multiple servers running on a single host. .It Cm HostName Specifies the real host name to log into. This can be used to specify nicknames or abbreviations for hosts. |