G Giovanni Renowned Member Apr 1, 2009 114 12 83 Jul 12, 2017 #1 Hi If you created a few containers with password only (no SSH key file), is it possible to manually add an SSH key file after the container was created? Thanks
Hi If you created a few containers with password only (no SSH key file), is it possible to manually add an SSH key file after the container was created? Thanks
B bwestrup777 Active Member Mar 28, 2012 23 0 41 Aug 2, 2018 #2 I've got the same question. How DO you add an ssh key to an existing container?
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,498 1,655 273 37 Vienna Aug 3, 2018 #3 you could: use 'pct enter' to enter the guest and do it manually use 'pct mount' to temporarily mount the guest fs on the host use 'pct push' to push a file into the container use 'pct exec' to execute a command inside the container
you could: use 'pct enter' to enter the guest and do it manually use 'pct mount' to temporarily mount the guest fs on the host use 'pct push' to push a file into the container use 'pct exec' to execute a command inside the container