Raspberry Pi 1.1 ~ Generate SSH Key July 3, 2020July 3, 2020 / mr.ic4l create ssh key ssh-keygen -t rsa copy ssh key cp ~/.ssh/id_rsa.pub how to insert ssh key to other computer ssh-copy-id -i ~/.ssh/id_rsa.pub ic4l@faraspi.local