Use SSH
Setup
ssh-keygen -t ed25519 -C "your_email@example.com"C:\users\{yourUserAccount}\.ssh\id_ed25519.pub C:\users\{yourUserAccount}\.ssh\id_ed25519
SSH Key Generation 
SubModel User Settings 
Public Key Addition bash -c 'apt update; DEBIAN_FRONTEND=noninteractive apt-get install openssh-server -y; mkdir -p ~/.ssh; cd $_; chmod 700 ~/.ssh; echo "$PUBLIC_KEY" >> authorized_keys; chmod 700 authorized_keys; service ssh start; sleep infinity'

Pod Initialization


What's the SSH Password?

Incorrect File Path 
Permissions Issue Private Key Fix
Last updated