For an external (slave) server, if the SSH service is not listening on 22, but on some other port (e.g., 2200), verification cannot complete. There needs to be a configurable value for this port, as SSH is not always guaranteed to run on 22.

Comments

superchink’s picture

Project: Hostmaster (Aegir) » Hosting
adrian’s picture

Drush has this configurable.

create a /var/aegir/.drushrc.php file, and make it contain this :

  $options['ssh-options'] = '-o PasswordAuthentication=no -p 2200';

Or whatever the port is. Drush will now use that for ssh, but keep in mind this is for all servers.

Anonymous’s picture

Status: Active » Closed (works as designed)

It's configurable in Drush.