不本意の 予想としては IP Adr 192.168.0.71 で 立ち上がっている 筈です。
$ ssh -l aruser 192.168.0.71 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ECDSA key sent by the remote host is ll:72:e5:03:b7:82:0l:b0:rt:b7:b2:c6:e1:04:0a:93. Please contact your system administrator. Add correct host key in /home/aruser/.ssh/known_hosts to get rid of this message. Offending ECDSA key in /home/aruser/.ssh/known_hosts:1 ECDSA host key for 192.168.0.71 has changed and you have requested strict checking. Host key verification failed.
冷たい仕打ちですな!
$ cd .ssh/ $ rm known_hosts $ cd $ ssh -l aruser 192.168.0.71 The authenticity of host '192.168.0.71 (192.168.0.71)' can't be established. ECDSA key fingerprint is ll:72:e5:03:b7:82:0l:b0:rt:b7:b2:c6:e1:04:0a:93. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.0.71' (ECDSA) to the list of known hosts. Password: Linux 3.15.10-cb5xn-01 (Plamo-5.2) #3 SMP PREEMPT Mon Dec 15 18:00:01 JST 2014 aruser@p71sda9:~$ df ファイルシス 1K-ブロック 使用 使用可 使用% マウント位置 /dev/sdf9 131956756 12688268 112558804 11% / none 1616240 500 1615740 1% /dev /media 1616240 0 1616240 0% /media /tmp 1616240 4 1616236 1% /tmp aruser@p71sda9:~$ su - パスワード: root@p71sda9:~# fdisk -l Disk /dev/sda: 3997 MB, 3997171712 bytes, 7806976 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk label type: dos Disk identifier: 0x6f20736b Device Boot Start End Blocks Id System /dev/sda1 * 62 200703 100321 83 Linux /dev/sda2 200704 7806975 3803136 83 Linux Disk /dev/sdg: 250.1 GB, 250059350016 bytes, 488397168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk label type: dos Disk identifier: 0x2bd2c32a Device Boot Start End Blocks Id System /dev/sdg1 * 63 97819784 48909861 7 HPFS/NTFS/exFAT /dev/sdg2 97819785 109097414 5638815 82 Linux swap / Solaris /dev/sdg3 109097415 206933264 48917925 83 Linux /dev/sdg4 206933265 488392064 140729400 5 Extended /dev/sdg5 206933328 295146179 44106426 83 Linux /dev/sdg6 295146243 404564894 54709326 83 Linux /dev/sdg7 404564958 488392064 41913553+ 83 Linux Disk /dev/sdf: 640.1 GB, 640135028736 bytes, 1250263728 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk label type: dos Disk identifier: 0xdba28bf3 Device Boot Start End Blocks Id System /dev/sdf1 * 63 159289343 79644640+ 7 HPFS/NTFS/exFAT /dev/sdf2 1235334240 1250258624 7462192+ 7 HPFS/NTFS/exFAT /dev/sdf3 159289344 236658687 38684672 c W95 FAT32 (LBA) /dev/sdf4 236658688 1235334239 499337776 5 Extended /dev/sdf5 236660736 268118015 15728640 b W95 FAT32 /dev/sdf6 268120064 276508671 4194304 82 Linux swap / Solaris /dev/sdf7 276510720 652369919 187929600 83 Linux /dev/sdf8 652371968 966944767 157286400 83 Linux /dev/sdf9 966946816 1235334239 134193712 83 Linux Partition table entries are not in disk order
長い 旅の始まりです。
にゃんたろう 拝!
2014年 12月 17日 水曜日 16:05:09 JST 作成