Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Permission Denied

Subject: Permission Denied
Date: Fri, 29 Apr 2005 09:34:32 -0500
I have two AIX 5.2 ML3 systems.  I can ssh to nodeA from nodeB as
oracle but not as the root user or my own account (biermans).

root@sf1n03en4:/ > oslevel -r
5200-03

root@sf1n03en4:/ > lslpp -L |grep openssh.base
  openssh.base.client     3.7.0.5200    C     F    Open Secure Shell Commands
  openssh.base.server     3.7.0.5200    C     F    Open Secure Shell Server

[ as root user ]

root@sf1n03en4:/ > ssh 19.25.18.101
Permission denied (publickey,keyboard-interactive).

[ as biermans user ]

root@sf1n03en4:/ > ssh -l biermans 19.25.18.101
Permission denied (publickey,keyboard-interactive).

[ as oracle user ]

root@sf1n03en4:/ > ssh -l oracle 19.25.18.101
Last unsuccessful login: Mon Mar 21 17:54:32 UTC 2005 on ftp from
::ffff:16.37.18.31
Last login: Fri Apr 29 14:23:01 UTC 2005 on ssh

oracle@nf1n04en1.sdc:/home/oracle > lslpp -L |grep openssh.base
  openssh.base.client     3.7.0.5200    C     F    Open Secure Shell Commands
  openssh.base.server     3.7.0.5200    C     F    Open Secure Shell Server

oracle@nf1n04en1.sdc:/home/oracle > oslevel -r
5200-03


Just in case someone wants it:

root@sf1n03en4:/ > ssh -l biermans -v 19.25.18.101
OpenSSH_3.7.1p2-pwexp26_krb5, SSH protocols 1.5/2.0, OpenSSL 0.9.6g 9 Aug 2002
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to 19.25.18.101 [198.254.18.101] port 22.
debug1: Connection established.
debug1: identity file /.ssh/identity type -1
debug1: identity file /.ssh/id_rsa type 1
debug1: identity file /.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version
OpenSSH_3.7.1p2-pwexp26_krb5
debug1: match: OpenSSH_3.7.1p2-pwexp26_krb5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.7.1p2-pwexp26_krb5
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '19.25.18.101' is known and matches the RSA host key.
debug1: Found key in /.ssh/known_hosts:11
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /.ssh/identity
debug1: Offering public key: /.ssh/id_rsa
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Trying private key: /.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: No more authentication methods to try.
Permission denied (publickey,keyboard-interactive).
debug1: Calling cleanup 0x2001280c(0x0)


Thanks for any insight.
-shawn

<Prev in Thread] Current Thread [Next in Thread>
  • Permission Denied, Shawn Bierman <=