algo icon indicating copy to clipboard operation
algo copied to clipboard

Unable to use custom SSH post

Open Pezmc opened this issue 4 years ago • 1 comments

Is your feature request related to a problem? Please describe.

My existing server has SSH set on a non standard port, algo fails because SSH isn't available on port 22:

fatal: [localhost]: FAILED! => {"changed": false, "elapsed": 320, "msg": "Timeout when waiting for search string OpenSSH in 123.123.123.123:22"}

Describe the solution you'd like

A clear easy way to set a custom SSH port

Describe alternatives you've considered

Temporarily swapping the server to a different SSH port

Additional context

None!

Pezmc avatar Jan 15 '21 17:01 Pezmc

It's not documented anywhere but this should work:

./algo -e "ansible_ssh_port=22022"

davidemyers avatar Jan 15 '21 18:01 davidemyers