Console in proxmox 1.9 vs proxmox 2.2

safranero

Renowned Member
Jan 21, 2010
39
0
71
Spain
Hello,


What I write is not a problem, it is just a small question I have.


In the previous version of Proxmox (1.9 and earlier) could access a openvz container through a java vnc viewer without having to login, emulated the "vzctl enter".


Now in the new version of Proxmox also use the java viewer to enter the vps but asks me login (putting the patch explicais).


I see that when using the API to create a connection Proxmox vnc run the following:


usr / bin / dtach-A / var/run/dtach/vzctlconsole1412 winch-z-r / usr / sbin / vzctl console 1412


Is there a way that instead of running "console" use the enter?


usr / bin / dtach-A / var/run/dtach/vzctlconsole1412 winch-z-r / usr / sbin / vzctl enter 1412


So I understand that you should not apply for login.


Thank you very much for everything.
 
you can still open a "shell" to the host and then just type "vzctl enter ...".