ulauncher-ssh icon indicating copy to clipboard operation
ulauncher-ssh copied to clipboard

Results 4 ulauncher-ssh issues
Sort by recently updated
recently updated
newest added

I have everything setup in .ssh. I'm actually using the config setting for the CLI. What is needed to initiate it in Ulauncher. I'm on Linux Mint 19 and using...

subprocess.Popen(["alacritty", "-e", "/bin/bash -c 'ssh trackin.pgsql';/bin/bash"], cwd='/home/user') -- this make the result is 'No such file or directory' so i change with subprocess.Popen(["alacritty", "-e", "/bin/bash", "-c", 'ssh trackin.pgsql', ";", "/bin/bash"],...

Please try, it works as a command from a shell: `urxvt -e sh -c 'ssh mymachine'`

Most terminals except the first argument to be a command to execute and the following arguments to be command args.