Grant access to a private network
๐ Prerequisites
๐ค Create a new user
useradd --system --create-home kubolabsuseradd --disabled-password --system kubolabs๐ Generate SSH keys
ssh-keygen -t rsa -b 4096 -C "kubolabs" -N "" -q -f kubolabs-key๐ Authorize SSH key to authenticate
โ
Check public key authentication is enabled
๐ฎ Allow access from our products
Last updated