ssh-keygen
save it somewhere if not the default place eg id_rsa_utm
on mac:
more id_rsa_utm
and save the output on Debian to:
vi ~/.ssh/authorized_keys
edit ~/ssh/config
Host deb
User debian
IdentityFile ~/.ssh/id_rsa_utm
IdentitiesOnly yes # see comment in answer below