Displaying 5 results from an estimated 5 matches for "xssh".
Did you mean:
ssh
2024 Aug 24
2
Secondary SSH connection
...n's analysis is absolutely correct. This annoyance has bothered
me for a long time. The necessary description was tedious enough to
inhibit me from asking for help.
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".
--
Dave Close, Compata, Irvine CA +1 714 434 7359
dave at compata.com dhclose at alumni.caltech.edu
"Reality leaves a lot to the imagination." -- John Lennon
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 corresponding authorised_keys
line (and then unrestrict anything else you actually need).
bye,
//mirabilos
--
15:41?&l...
2024 Aug 24
1
Secondary SSH connection
...gt; 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 reliably refuses to
serve, why not simply tell it to stop doing such a forward ... ?
On another note, the fact that you apparently do not need an agent to
authenticate the SSH connections from the first jum...
2024 Aug 24
1
Secondary SSH connection
On Fri, 23 Aug 2024, Dave Close wrote:
> I have several local machines that, while working, I frequently 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
2004 Feb 28
4
[Bug 803] Security Bug: X11 Forwarding is more powerful than it needs to be.
http://bugzilla.mindrot.org/show_bug.cgi?id=803
Summary: Security Bug: X11 Forwarding is more powerful than it
needs to be.
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: openssh-bugs