dirk duellmann
My feedback
-
250 votes
Hi everyone,
Could you guys please provide the exact examples of the ProxyCommands that you use in your setups?
This will help to understand to the variety of cases and what to focus on first.
Thanks
dirk duellmann supported this idea ·
-
164 votes
dirk duellmann supported this idea ·
-
6 votes
dirk duellmann commented
btw: last comment is referring to external keyboard (logitech create) on ipad pro
dirk duellmann commented
or alt-x for emacs as the current version unfortunately only produces alt-X (->capital X)
dirk duellmann supported this idea ·
-
33 votes
dirk duellmann supported this idea ·
-
14 votes
This actually worked but looks like there are some problems with the logic. We plan to fix it in the next release.
Thanks
dirk duellmann supported this idea ·
-
30 votes
Hello.
Thank you for your feedback.
This feature is in development now.
dirk duellmann supported this idea ·
similar here: I'd be using it to implement multi-hop connections via something like:
ProxyCommand ssh -K -Y jump.host.at /usr/bin/nc %h %p 2> /dev/null
If you want to make it really nice you could predicate the proxy execution on the current subnet:
Eg in my real setup I use for each host the sequence:
Match host nick1 !exec "at-work"
Hostname long.real.name1.at
ProxyCommand ssh -K -Y jump.host.at /usr/bin/nc %h %p 2> /dev/null
Host nick1
HostName long.real.name1.at
where "at-work" is a one-line script matching the ip subnet against the set of subnets used by my workplace.
That way the proxy is only used when necessary.