debootstrap を使用して、フォルダー内に chroot 監獄をセットアップしました。この監獄の中に、telnetd をインストールしました。しかし、リモート ホストからログインしようとすると、ログイン直後に接続が閉じられます。
administrator@ubuntu:/$ telnet 192.168.1.100
Trying 192.168.1.100...
Connected to 192.168.1.100.
Escape character is '^]'.
Ubuntu 12.04 LTS
dchub login: trail
Password:
Last login: Mon Sep 9 09:51:47 UTC 2013 from 192.168.1.200 on pts/3
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.9.9-1-ARCH x86_64)
* Documentation: https://help.ubuntu.com/
Cannot execute /bin/bash: Resource temporarily unavailable
Connection closed by foreign host.
administrator@ubuntu:/$
すでに /proc と /dev/pts をマウントしています。