>>301 んと、それって >ssh -debug localhost でしょうか? それだと、 $ ssh --debug localhost Last login: Mon Oct 21 01:42:02 2002 from localhost Fanfare!!! You are successfully logged in to this server!!! Connection to localhost closed by remote host. Connection to localhost closed. としかでないんですよ。 んで、 $/sshd --debug Bad owner or mode for /var/empty ってな感じです。
と、 サービスとして立ち上げてる場合に、 ssh -v localhost とした結果は OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f debug1: Reading configuration data /etc/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: needpriv 0 debug1: Connecting to localhost [127.0.0.1] port 22. debug1: Connection established. debug1: identity file /home/yamashiro/.ssh/identity type 0 debug1: identity file /home/yamashiro/.ssh/id_rsa type 1 debug1: identity file /home/yamashiro/.ssh/id_dsa type 2 debug1: Remote protocol version 1.99, remote software version OpenSSH_3.4p1 debug1: match: OpenSSH_3.4p1 pat OpenSSH* Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_3.4p1 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received
コンパイルできなかったんですが、 どうすればいいでしょう。ソースをいじるしかないのでしょうか? In file included from src/ipc/semtool.c:38: /usr/include/sys/sem.h:93: field `sem_perm' has incomplete type src/ipc/semtool.c:42: redefinition of `union semun' src/ipc/semtool.c: In function `createsem': src/ipc/semtool.c:129: `IPC_CREAT' undeclared (first use in this function)