Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
← Previous Change
Wiki History
Next Change
→
Changes between
Initial Version
and
Version 1
of
wade/ssh
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
May 21, 2010, 5:30:53 PM (
15 years
ago)
Author:
wade
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
wade/ssh
v1
v1
1
= root 使用 authorized_keys =
2
* 讓 root 免密碼 no password 登入。
3
* 修改 sshd_config
4
{{{
5
$ sudo vim /etc/ssh/sshd_config
6
修改
7
PermitRootLogin yes
8
}}}