]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/API2/LXC.pm
make ssh connection transparent
[pve-container.git] / src / PVE / API2 / LXC.pm
index 0397224f7ea652e55c34b8b910da11ac9059b344..561d05ec43b703c4cc92eed0bab322993c0bd419 100644 (file)
@@ -707,7 +707,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 $conf = PVE::LXC::Config->load_config($vmid, $node);
        my $concmd = PVE::LXC::get_console_command($vmid, $conf);