passwords are bad (because people just reuse passwords!), so lets use a more secure way
on your local machine (do not create a passphrase for now):
ssh-keygen -t ed25519 -C "your_email@example.com"
then move your private key over to the remote machine:
ssh-copy-id user_id@172.22.52.80Â