Results 1 to 2 of 2

Thread: Webmin File System Backup using wrong port

  1. #1
    Join Date
    Sep 2014
    Beans
    1

    Webmin File System Backup using wrong port

    WebMin File System Backup to a remote server uses Port 22.
    My target server does not use port 22.
    How do I tell WebMin to use a different port when RSH or SSH to the remote server ?

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Webmin File System Backup using wrong port

    Any tool using ssh should honor the settings in the ~/.ssh/config file.

    Code:
    host remote-system-alias1 spirulina
      user thefu
       hostname www.example.com
       port 30122
    Simple?
    BTW I've never used webmin.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •