linux ssh key gen - Printable Version +- Forums (https://zhtw.com/f) +-- Forum: 分類 (https://zhtw.com/f/forumdisplay.php?fid=1) +--- Forum: 程式語言 Programming language (https://zhtw.com/f/forumdisplay.php?fid=9) +--- Thread: linux ssh key gen (/showthread.php?tid=58) |
linux ssh key gen - admin - 2025-07-01 碼: ssh-keygen -t rsa -b 4096 -C "user@zhtw.com" -f ~/.ssh/user_sshkey now root can login to user by ssh user@127.0.0.1 -i /home/user/.ssh/user_sshkey |