Hello,
How can I pass a command line with a password like
gnome-terminal -- ssh -X Homere -p
when the password has "("
Maybe it is not recommended, you have other option
Actually, I wish to set this command line in an application command
THanks
==
Since the command is being initially processed by your shell, just try escaping
‘\” the characters which might be pre-processed by the shell e.g. ‘(‘ or ‘)’
Sent from my iPhone
> On 17 May 2025, at 18:03, Ranjan Maitra via users
> wrote:
>
>
>>
>> How can I pass a command line with a passw
> How can I pass a command line with a password like
>
> gnome-terminal -- ssh -X Homere -p
>
> when the password has "("
Try "\(" ?
> Maybe it is not recommended, you have other option
Does setting up ssh with passphrase for passwordless login not work for you? I
think that is the recommend