mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-28 01:39:30 +00:00
fix #2003: give 'qm terminal' a terminal over ssh
this prevents a connection loop when using novnc on a vm with vga: serialX when proxying via ssh Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
414b42d8ef
commit
8fef2bdb95
@ -1541,7 +1541,7 @@ __PACKAGE__->register_method({
|
||||
(undef, $family) = PVE::Cluster::remote_node_ip($node);
|
||||
my $sshinfo = PVE::Cluster::get_ssh_info($node);
|
||||
# NOTE: kvm VNC traffic is already TLS encrypted or is known unsecure
|
||||
$remcmd = PVE::Cluster::ssh_info_to_command($sshinfo, '-T');
|
||||
$remcmd = PVE::Cluster::ssh_info_to_command($sshinfo, $use_serial ? '-t' : '-T');
|
||||
} else {
|
||||
$family = PVE::Tools::get_host_address_family($node);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user