command line and pword

2025-05-17 Thread Patrick Dupre via users
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 ==

Re: command line and pword

2025-05-17 Thread Andy Paterson via users
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

Re: command line and pword

2025-05-17 Thread Ranjan Maitra via users
> 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