In this video, I am going to show you how to configure your ssh key to be able to log in to any server without a password. As an example, we will try to ssh into my raspberry pi.
I have for you bonus information and will show you how to customize your prompt. If you like my colors here is my PS1 value:
export PS1="\[\e[36m\]\u\[\e[m\] @ \[\e[35m\]\h\[\e[m\] in \[\e[33m\]\W\[\e[m\]\\$ "