[index] [text page] [<<start] [<prev] [next>] [last>>]
Page 24: HostKeyAlias (cont)

Page 24

  
  HostKeyAlias (cont)
  Solution: add a HostKeyAlias to ~/.ssh/config
    xahria$ cat ~/.ssh/config
    Host firewall
    Hostname firewall.my_daycare.com
    
    Host lab9
    Hostname firewall.my_daycare.com
    Port 9999
    HostKeyAlias lab9
    xahria$ ssh firewall "hostname"
    daycare-firewall
    xahria$ ssh lab9 "hostname"
    lab9

Copyright 2004, Bri Hatch of Onsight, Inc.

Presented at LFNW - LinuxFest Northwest, Bellingham, Washington, Apr 2004

Presentation created using vim and MagicPoint.