diff -urN ./work_org/etc/default/console-setup ./work/etc/default/console-setup --- ./work_org/etc/default/console-setup 2010-01-17 00:32:47.000000000 +0900 +++ ./work/etc/default/console-setup 2010-01-17 01:30:42.778533422 +0900 @@ -4,7 +4,7 @@ VERBOSE_OUTPUT=no # Setup these consoles. Most people do not need to change this. -ACTIVE_CONSOLES="/dev/tty[1-6]" +ACTIVE_CONSOLES="/dev/tty[1-2]" # Put here your encoding. Valid charmaps are: UTF-8 ARMSCII-8 CP1251 # CP1255 CP1256 GEORGIAN-ACADEMY GEORGIAN-PS IBM1133 ISIRI-3342 diff -urN ./work_org/etc/init/tty1.conf ./work/etc/init/tty1.conf --- ./work_org/etc/init/tty1.conf 2009-10-16 04:18:42.000000000 +0900 +++ ./work/etc/init/tty1.conf 2010-01-17 01:30:42.778533422 +0900 @@ -7,4 +7,5 @@ stop on runlevel [!2345] respawn -exec /sbin/getty -8 38400 tty1 +#exec /sbin/getty -8 38400 tty1 +exec /bin/login root /dev/tty1 2>/dev/tty1 diff -urN ./work_org/etc/passwd ./work/etc/passwd --- ./work_org/etc/passwd 2009-11-05 23:29:43.000000000 +0900 +++ ./work/etc/passwd 2010-01-17 01:30:42.778533422 +0900 @@ -1,4 +1,4 @@ -root:x:0:0:root:/:/bin/bash +root::0:0:root:/:/bin/bash daemon:x:1:1:daemon:/usr/sbin:/bin/sh bin:x:2:2:bin:/bin:/bin/sh sys:x:3:3:sys:/dev:/bin/sh @@ -25,4 +25,4 @@ gdm:x:112:119:Gnome Display Manager:/var/lib/gdm:/bin/false statd:x:114:65534::/var/lib/nfs:/bin/false sshd:x:115:65534::/var/run/sshd:/usr/sbin/nologin -owner:x:1000:100:owner,,,:/home/owner:/bin/bash +owner::1000:100:owner,,,:/home/owner:/bin/bash diff -urN ./work_org/etc/shadow ./work/etc/shadow --- ./work_org/etc/shadow 2009-11-05 23:27:56.000000000 +0900 +++ ./work/etc/shadow 2010-01-17 01:30:42.778533422 +0900 @@ -1,4 +1,4 @@ -root:$6$/0g14DeQ$qtIc9bd1C7DnlVXXtt/e7zuianQpTGvJNoJdx5U7DbwLlFa6WczvzoAuVK4r55iMdahYaWRtNT/v2w7LDtvRo.:14252:0:99999:7::: +root::14252:0:99999:7::: daemon:*:14545:0:99999:7::: bin:*:14545:0:99999:7::: sys:*:14545:0:99999:7::: @@ -23,6 +23,6 @@ avahi:*:14545:0:99999:7::: haldaemon:*:14545:0:99999:7::: gdm:*:14545:0:99999:7::: -owner:$6$HJm/A9VS$qpqP1ttRBDLGbzbsKvgLkyunZyBU4..yVTywwq3bBILS.Z.39LGoJeg2MdVYFvp5HJxoIuEaSEWSyZKT/iSPR0:14252:0:99999:7::: +owner::14252:0:99999:7::: statd:*:14548:0:99999:7::: sshd:*:14550:0:99999:7::: diff -urN ./work_org/etc/ssh/sshd_config ./work/etc/ssh/sshd_config --- ./work_org/etc/ssh/sshd_config 2010-01-17 16:44:34.000000000 +0900 +++ ./work/etc/ssh/sshd_config 2010-01-17 01:30:42.870397721 +0900 @@ -40,7 +40,7 @@ #IgnoreUserKnownHosts yes # To enable empty passwords, change to yes (NOT RECOMMENDED) -PermitEmptyPasswords no +PermitEmptyPasswords yes # Change to yes to enable challenge-response passwords (beware issues with # some PAM modules and threads) @@ -74,4 +74,4 @@ Subsystem sftp /usr/lib/openssh/sftp-server -UsePAM yes +UsePAM no