wiki:wade/ssh
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Version 2 (modified by jazz, 14 years ago) (diff)

--

root 使用 authorized_keys

  • 讓 root 免密碼 no password 登入。 (還是要搭配 ssh key exchange ... PermitRootLogin? no 代表不允許 root 進行 ssh 登入)
  • 修改 sshd_config
    $ sudo vim /etc/ssh/sshd_config
    修改
    PermitRootLogin yes