Sebelumnya saya minta maaf karena ini dulu udah pernah saya posting, tapi belum ada solusi & sepertinya belum dijawab sama pakar2:) Mungkin Pak ashifani atau mas josh? (mas josh angk. brapa?): Ada yg pernah punya pengalaman serupa? Dimana kira2 letak permasalahannya?
--- raf raf <[EMAIL PROTECTED]> wrote: > Date: Mon, 7 Apr 2003 02:37:21 -0700 (PDT) > From: raf raf <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [linux-setup] sshd gak jalan > > salam, > > sshd saya tidak jalan. Berikut output dari cek yg > saya > lakukan: > > -------------------------------------------------- > [EMAIL PROTECTED]:/# sshd -d -d -d > debug1: Seeding random number generator > debug1: sshd version OpenSSH_2.9p1 > debug1: private host key: #0 type 0 RSA1 > debug3: No RSA1 key file /etc/ssh/ssh_host_rsa_key. > debug1: read PEM private key done: type RSA > debug1: private host key: #1 type 1 RSA > debug3: No RSA1 key file /etc/ssh/ssh_host_dsa_key. > debug1: read PEM private key done: type DSA > debug1: private host key: #2 type 2 DSA > debug1: Bind to port 22 on 0.0.0.0. > Server listening on 0.0.0.0 port 22. > Generating 768 bit RSA key. > RSA key generation complete. > > [EMAIL PROTECTED]:/# ps -aux | grep sshd > root 4351 0.7 0.2 2620 1176 pts/0 S > 20:57 0:00 sshd -d -d -d > (ada) > > [EMAIL PROTECTED]:/# sshd > [EMAIL PROTECTED]:/# ps -aux | grep sshd > [EMAIL PROTECTED]:/# > (tidak ada) > -------------------------------------------------- > Saya sudah lakukan ssh-keygen dan semua file key sudah ada. Juga sudah ada file /etc/ssh/ssh_host_rsa_key. Tapi kenapa ada pesan error "No RSA key file /etc/ssh/ssh_host_rsa_key"?. Mo nginstall ulang ssh nya = beresiko, karena server saya ini sudah bermasalah, biosnya gak bisa detect keyboard:(. Berikut ini saya sertakan sshd_config saya. ------------------------------------------------------- #$OpenBSD: sshd_config,v 1.38 2001/04/15 21:41:29 deraadt Exp $ # This sshd was compiled with PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin # This is the sshd server system-wide configuration file. See sshd(8) # for more information. Port 22 Protocol 2 ListenAddress 0.0.0.0 HostKey /etc/ssh/ssh_host_key HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key ServerKeyBits 768 LoginGraceTime 600 KeyRegenerationInterval 3600 PermitRootLogin yes # IgnoreRhosts yes # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication #IgnoreUserKnownHosts yes StrictModes yes X11Forwarding no X11DisplayOffset 10 PrintMotd yes #PrintLastLog no KeepAlive yes # Logging SyslogFacility AUTH LogLevel INFO #obsoletes QuietMode and FascistLogging RhostsAuthentication no # # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts RhostsRSAAuthentication no # similar for protocol version 2 HostbasedAuthentication no # RSAAuthentication yes # To disable tunneled clear text passwords, change to no here! PasswordAuthentication yes PermitEmptyPasswords no # Uncomment to disable s/key passwords #ChallengeResponseAuthentication no # Uncomment to enable PAM keyboard-interactive authentication # Warning: enabling this may bypass the setting of 'PasswordAuthentication' #PAMAuthenticationViaKbdInt yes # To change Kerberos options #KerberosAuthentication no #KerberosOrLocalPasswd yes #AFSTokenPassing no #KerberosTicketCleanup no # Kerberos TGT Passing does only work with the AFS kaserver #KerberosTgtPassing yes #CheckMail yes #UseLogin no #MaxStartups 10:30:60 #Banner /etc/issue.net #ReverseMappingCheck yes Subsystem sftp /usr/libexec/sftp-server ------------------------------------------------------- __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
