fedora19配置 SSH 免密码登陆

    a、ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa

    b、cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
    c、chmod 600 ~/.ssh/authorized_keys
    d、sudo service sshd restart

posted on 2014-04-02 17:12  zhaofeng555  阅读(411)  评论(0编辑  收藏  举报