Re: sshd

From: Daniel Bye (freebsd-questions_at_slightlystrange.org)
Date: 03/02/05

  • Next message: Clint Gilders: "Re: starting webmin"
    Date: Wed, 2 Mar 2005 13:54:10 +0000
    To: freebsd-questions@freebsd.org
    
    
    

    On Wed, Mar 02, 2005 at 02:31:16PM +0100, Stevan Tiefert wrote:
    > Hello Eric,
    >
    > that meens also to change the port at the ssh-client with "ssh -p ??",
    > isn't it?

    Alternatively, you can set up a Host section in your ~/.ssh/config file:

    Host myhost
      Hostname FQDN.for.myhost
      Port 1221

    Obviously, you would need to set this up on each client host you connect
    from.

    You can then just invoke ssh in the normal manner - it will pick up your
    settings each time for you.

    Dan

    -- 
    Daniel Bye
    PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
    PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
                                                                         _
                                                  ASCII ribbon campaign ( )
                                             - against HTML, vCards and  X
                                    - proprietary attachments in e-mail / \
    
    


    • application/pgp-signature attachment: stored

  • Next message: Clint Gilders: "Re: starting webmin"