Displaying 1 result from an estimated 1 matches for "cbfe".
Did you mean:
cbe
2003 Oct 13
1
OpenSSH_3.7.1p2, Solaris 8: non-interactive authentication meth od prompts for a password
...thentication method
(publickey) works for root only
----------------------------------------------------------------------------
---------
We installed OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c
We need to copy a file by SFTP from App server to a DB server
with passwordless method.
[cbfe-dev-app01 (client), user cbfesit] -----> [cbfe-dev-db01 (server), user
ora817]
The public key was generated on App Server (Client Side):
1. ssh-keygen -t rsa -n 1024 - N ""
2. the file ~cbfesit/.ssh/id_rsa.pub was copied
to DB server to ~ora817/.ssh/authorized_keys
We should not...