-ssh-public-keys flag to pct create

dtheese

New Member
Jul 3, 2017
17
1
3
How is the -ssh-public-keys flag to pct create intended to be used?

Is the for setting up host keys or user keys? How can it be either when only the public key is specified?
 
How is the -ssh-public-keys flag to pct create intended to be used?

Is the for setting up host keys or user keys? How can it be either when only the public key is specified?

it's for setting up the root user's authorized keys file.
 
It is written to /root/.ssh/authorized_keys file. See

# man ssh

for more information about this.