On 07/23/2015 12:55 PM, Thomas Goettlicher wrote:
On 07/23/2015 11:39 AM, Matwey V. Kornilov wrote:

Hello,

Is it possible to specify ssh port when running `machinery inspect'? I
mean, my ssh port is moved to 2022 on the remote machine, how should I
specify -p option for machinery? Unfortunately, I have not found how
to do this in the docs.

Currently you cannot directly tell Machinery which port to use.

As Machinery uses ssh, you can adapt your ssh configuration follows:

file: .ssh/config
---- snip ----
Host myhost
   port 2022
---- snip ----

Does that help?

Yes it does. Many thanks.


Cheers,
Thomas



_______________________________________________
Machinery mailing list
Machinery@lists.suse.com
http://lists.suse.com/mailman/listinfo/machinery



_______________________________________________
Machinery mailing list
Machinery@lists.suse.com
http://lists.suse.com/mailman/listinfo/machinery

Reply via email to