ssh-keygen
可以進入ssh資料夾檢視生成的檔案(id_rsa和id_rsa.pub)
ls .ssh
將公鑰id_rsa.pub傳到遠端端
ssh-copy-id -i 公鑰檔案路徑 "遠端端使用者名稱"@公網ip