-
One of the things I often did with my old laptop was open up an xgterm window, and then ssh to another machine where my data are stored, and run cl on the other machine, taking advantage of the local xgterm to allow plotting and the like. However, when I just tried this with the community version of xgterm on my M2 Mac air laptop under Ventura, I get the following error: ssh_askpass: exec(/usr/X11R6/bin/ssh-askpass): No such file or directory This doesn't happy from a normal terminal window; I can ssh fine. Similarly, I can ssh from an xterm window. The only failure is with an xgterm. Perhaps this is related to the error message one gets when one opens the xgterm? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Can you try without ssh-agent by setting the environment variable |
Beta Was this translation helpful? Give feedback.
-
Thanks of the suggestion, but I’m afraid that didn’t work: what happens then is that the remote machine asks for my password, but the local machine gives me no opportunity to enter it; it just does this: However, this gave me an idea that solved my problem. I set up a public/private key using a regular terminal: |
Beta Was this translation helpful? Give feedback.
Can you try without ssh-agent by setting the environment variable
SSH_ASKPASS_REQUIRE
tonever
? Alternatively, you could set theSSH_ASKPASS
environment variable to the correct executable of ssh-askpass.