mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 13:00:18 +00:00
make ssh connection transparent
do not use an escape character for the host shell Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
a83717b705
commit
6befdf6834
@ -662,7 +662,7 @@ __PACKAGE__->register_method ({
|
||||
# NOTE: vncterm VNC traffic is already TLS encrypted,
|
||||
# so we select the fastest chipher here (or 'none'?)
|
||||
my $remcmd = $remip ?
|
||||
['/usr/bin/ssh', '-t', $remip] : [];
|
||||
['/usr/bin/ssh', '-e', 'none', '-t', $remip] : [];
|
||||
|
||||
my $shcmd;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user