I have configured my ssh in a custom port, so I'm not able to connect with the gandi.cli into my vm, because there is no such option (I've tried --port, -p and -P after ssh and none of them will let me pass the port I'm using). I get always a connection refused 'cause it's trying to ssh throuhg the default port (22).
Is there something I'm missing? Or is there a reason why isn't possible to change the port in the command line?
I have configured my ssh in a custom port, so I'm not able to connect with the gandi.cli into my vm, because there is no such option (I've tried
--port
,-p
and-P
afterssh
and none of them will let me pass the port I'm using). I get always a connection refused 'cause it's trying to ssh throuhg the default port (22).Is there something I'm missing? Or is there a reason why isn't possible to change the port in the command line?