Setup passwordless ssh access
Setup ssh access to piCorePlayers without prompting for passwords. This is useful if you need to use scripts that interact with remote piCorePlayers. Step 1Determine the <IP address> of the remote computer—see Determine your pCP IP address.
Step 2aCreate the public/private authentication keys using <Enter> to accept the default values.
$ ssh-keygen -t ed25519
Valid encryption types:
dsa rsa ed25519 Step 2bOr, create the public/private authentication keys non-interactively.
$ ssh-keygen -t ed25519 -N "" -f "/home/tc/.