Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On the portal-vnc pod, copy over a public ssh key.  For details on ssh key pair see https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2

Code Block
languagebash
mkdir /root/.ssh
cat >> /root/.ssh/authorized_keys << EOF
<<put the public key here>>
EOF

...