|
I have successfully installed openSSH after
installing the openSSL on RedHat linux 6.2 box
and had run /usr/local/sbin/sshd -f
/usr/local/etc/sshd_config
and checked process list. ps -aux, it's
there.
>>
root
1211 0.0 1.4 2168 932 ? S
07:49 0:00 ./sshd -f
/usr/local/etc/sshd_config
>> When I tried to login using ssh client
putty.exe giving following error:
>>>
login as: user1
Sent username "user1" [EMAIL PROTECTED]'s password: Access denied [EMAIL PROTECTED]'s password: >>>>>>>>>>>> So, I tried from telnet, but getting following
error and unable to login.
>>>>>>>>>>>
[root@qclinux bin]# ./ssh localhost -l
root
Permission denied (publickey,keyboard-interactive). [root@qclinux bin]# ./ssh 192.168.1.235 -l root The authenticity of host '192.168.1.235 (192.168.1.235)' can't be established. RSA key fingerprint is e1:74:f2:db:1d:17:aa:fa:0e:c5:64:72:87:1d:e7:52. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.1.235' (RSA) to the list of known hosts. Permission denied (publickey,keyboard-interactive). >>>>>>>>>>>>>
Kindly, please help in this regard. How to get
accessing my sshd.
Thanks in advance for any help.
-SubbaReddy
|
