https://bugzilla.mindrot.org/show_bug.cgi?id=2824
--- Comment #6 from Daniel Kahn Gillmor <[email protected]> --- part of the problem might be that ssh is getting confused because the "OK" from the gpg-connect-agent is going to stdout. but mainly, your problem is that the proxycommand should take the place of a TCP connection, not the SSH connection itself. You don't want ssh to recursively invoke ssh to the same host here. try replacing your last line with: exec nc "$REMOTE_HOSTNAME" "$REMOTE_PORT" or the socat equivalent or whatever you like. -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
