close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jun 2, 2009, 2:42:33 AM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
1 | 1 | == !SilverFile Server Administration Guide and Tips == |
| 2 | |
| 3 | == Add users to sudo == |
| 4 | Sudo allows all users in admin group root privilege. This is something |
| 5 | that Ubuntu sets up as an alternative to [http://en.wikipedia.org/wiki/Visudo visudo]. |
| 6 | {{{ |
| 7 | usermod -a -G admin ryan |
| 8 | }}} |
| 9 | |
| 10 | == SSH Keys == |
| 11 | To generate a key: |
| 12 | {{{ |
| 13 | ssh-keygen (or) |
| 14 | ssh-keygen -t dsa (for dsa) |
| 15 | (do not enter a passphrase) |
| 16 | }}} |
| 17 | This generates, '''id_dsa''' and '''id_dsa.pub'''. |
| 18 | Client(id_dsa) ---ssh--> Host(id_dsa.pub in .ssh/authorized_keys) |
2 | 19 | |
3 | 20 | === Disk Usage Tools === |