Debian Unstable: Difference between revisions
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
* Ensure LABEL or UUID directives are being used in <tt>/etc/fstab</tt> | * Ensure LABEL or UUID directives are being used in <tt>/etc/fstab</tt> | ||
** If not, retrieve them using <tt>blkid</tt>, and replace the /dev references | ** If not, retrieve them using <tt>blkid</tt>, and replace the /dev references | ||
* Edit <tt>/etc/default/ntp</tt>, changing NTPD_OPTS to '-g -x' | * Install mcelog. Edit <tt>/etc/default/mcelog</tt>, adding "--syslog_error" to DAEMON_OPTS. | ||
* Install ntpd. Edit <tt>/etc/default/ntp</tt>, changing NTPD_OPTS to '-g -x'. | |||
** This allows the clock to be arbitrarily set once (presumably on startup), without slew delay | ** This allows the clock to be arbitrarily set once (presumably on startup), without slew delay | ||
* Install <tt>mingetty</tt>. Open <tt>/etc/inittab</tt> and convert 'getty 38400' to 'mingetty'. | * Install <tt>mingetty</tt>. Open <tt>/etc/inittab</tt> and convert 'getty 38400' to 'mingetty'. | ||
* | * Install openssh-server. Disable password-based authentication (use only keys). | ||
** Debian already ships OpenSSH configured to use Protocol 2 only. | |||
==Multiuser== | ==Multiuser== | ||
* Clone my home directory from https://github.com/dankamongmen/dankhome.git | * Clone my home directory from https://github.com/dankamongmen/dankhome.git | ||
| Line 30: | Line 32: | ||
** Install <tt>libpam-ssh</tt>, and configure it | ** Install <tt>libpam-ssh</tt>, and configure it | ||
** Recently, this can be done entirely inside of debconf -- no editing of PAM configs by hand | ** Recently, this can be done entirely inside of debconf -- no editing of PAM configs by hand | ||
* Remove <tt>info</tt> and install <tt>pinfo</tt> | |||
* ''FIXME'' plenty more.. | * ''FIXME'' plenty more.. | ||
==External Applications== | ==External Applications== | ||