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.
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
Comment #1
superchink commentedComment #2
adrian commentedDrush has this configurable.
create a /var/aegir/.drushrc.php file, and make it contain this :
Or whatever the port is. Drush will now use that for ssh, but keep in mind this is for all servers.
Comment #3
Anonymous (not verified) commentedIt's configurable in Drush.