cd ~/.ssh ssh-keygen -t rsa -b 4096 -C "[email protected]" -f id_whatever # On Mac, copy the public key to clipboard cat id_whatever.pub | ...
確定! 回上一頁