Displaying 3 results from an estimated 3 matches for "sshbins".
Did you mean:
sshbin
2024 Jan 14
2
ProxyJump may construct erroneous ProxyCommand
On Sat, 13 Jan 2024, Rob Leslie wrote:
> Hello,
>
> On macOS, Terminal?s ?New Remote Connection?? command runs ssh in a new window like this:
>
> login -pfq $USER /usr/bin/ssh $HOST
>
> Here, login executes /usr/bin/ssh with argv[0] set to ?-ssh?.
>
> If $HOST has a ProxyJump configuration, the resulting ProxyCommand is:
>
> -ssh -W '[%h]:%p'
2024 Jan 14
2
ProxyJump may construct erroneous ProxyCommand
Hello,
On macOS, Terminal?s ?New Remote Connection?? command runs ssh in a new window like this:
login -pfq $USER /usr/bin/ssh $HOST
Here, login executes /usr/bin/ssh with argv[0] set to ?-ssh?.
If $HOST has a ProxyJump configuration, the resulting ProxyCommand is:
-ssh -W '[%h]:%p' $JUMP_HOST
Because of the leading hyphen, this fails to execute. If the user?s shell is zsh, the
2000 Dec 24
2
scp -f / interactive ?
Hi,
% scp -v user at host:file.txt .
[..]
debug: Remote protocol version 1.99, remote software version OpenSSH_2.3.0p1
debug: Local version string SSH-1.5-OpenSSH_2.1.1
[..]
debug: Sending command: scp -v -f file.txt
debug: Entering interactive session.
Sending file modes: C0644 3093316 file.txt
Since it 'interactives' the remote user needs a shell. Any workaround?
But more interesting