def ssh_options
        process_keys
        options = base_options

        config.port.nil? or     options.merge!(:port => config.port)