search for: juicessh

Displaying 7 results from an estimated 7 matches for "juicessh".

2024 Aug 23
1
Secondary SSH connection
...equently use ssh to do something on a different machine. While on that second machine, I may even use ssh to do something on a third machine. All of this works exactly as it should. FWIW, all of my local machines run Fedora. Fedora currently includes openssh-9.6p1-1.fc40.4.x86_64 package. If I use JuiceSSH on my Android phone to contact one of my local machines, that also works well. But if, while connected, I try to start an ssh session to a different local machine, it simply times out. The last message seen with "ssh -vvv" is, "debug3: ssh_get_authentication_socket_path:". Up to...
2024 Aug 24
1
Secondary SSH connection
...mething on a different machine. While on that second machine, > I may even use ssh to do something on a third machine. All of this > works exactly as it should. FWIW, all of my local machines run Fedora. > Fedora currently includes openssh-9.6p1-1.fc40.4.x86_64 package. > > If I use JuiceSSH on my Android phone to contact one of my local > machines, that also works well. But if, while connected, I try > to start an ssh session to a different local machine, it simply > times out. The last message seen with "ssh -vvv" is, "debug3: > ssh_get_authentication_socke...
2024 Aug 24
3
Secondary SSH connection
Jochen Bern wrote: >[scratches head] If JuiceSSH's forwarded agent reliably refuses to >serve, why not simply tell it to stop doing such a forward ... ? Well, JuiceSSH is an Android app. I don't have the source and there are almost no configuration options. >On another note, the fact that you apparently do not need an agent to &...
2024 Aug 24
2
Secondary SSH connection
Damien Miller wrote: >This is ssh trying to connect to $SSH_AUTH_SOCK, perhaps JuiceSSH's >agent that you've forwarded. > ... >the sudo is probably clearing $SSH_AUTH_SOCK and so it doesn't >try to connect to it. > >You can simulate this by clearing the environment variable yourself and >see if the hangs persist. > >If it is the forwarded agent,...
2024 Aug 24
1
Secondary SSH connection
On 24.08.24 03:16, Dave Close wrote: > Damien Miller wrote: >> This is ssh trying to connect to $SSH_AUTH_SOCK, perhaps JuiceSSH's >> agent that you've forwarded. > > No need to fix JuiceSSH. It's authors ignore all contact anyway. Fixed > on my system with a simple bash command: > "alias xssh="unset SSH_AUTH_SOCK; ssh". [scratches head] If JuiceSSH's forwarded agent reli...
2024 Aug 24
1
Secondary SSH connection
On Fri, 23 Aug 2024, Dave Close wrote: >No need to fix JuiceSSH. It's authors ignore all contact anyway. Fixed >on my system with a simple bash command: > "alias xssh="unset SSH_AUTH_SOCK; ssh". Or you could put the unset into .ssh/rc, or if you use a key to connect from JuiceSSH to machine1 you could add the restrict keyword to the c...
2024 Sep 04
1
What did I mess up?
Since I had a problem and resolved with the JuiceSSH app on Android a couple of weeks ago, I've had a new problem with one of my local machines. Although I've checked everything I remember changing back then, I can't find the cause and would appreciate a clue or two. (Note, JuiceSSH is not involved in this problem.) I have four local mac...