![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| su auto run help | Ehab | UNIX for Dummies Questions & Answers | 3 | 09-24-2007 08:46 AM |
| Count and Auto FTP | dappa | UNIX for Advanced & Expert Users | 3 | 06-13-2007 04:30 AM |
| auto decode a value to different value | nhatch | Shell Programming and Scripting | 2 | 05-16-2007 12:01 PM |
| auto mail | ahmad_one | SUN Solaris | 1 | 05-03-2006 06:07 PM |
| auto run | whatisthis | Shell Programming and Scripting | 1 | 11-24-2004 07:12 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
auto SSH help, I did STFW/RTFF
logon to a client unix box as user "evil"
> >su - hero enter evil's password >hero$> ssh-kengen -t dsa no passphase, id_dsa / id_dsa.pub generated. >hero$> scp /home/hero/.ssh/id_dsa.pub evil@scp_server:/tmp/id_dsa.pub now the scp_server, logon as evil >su - hero >hero>mv id_dsa.pub /home/hero/.ssh/authorized_keys2 verify permission of both pub / private file now back to the client >hero>ssh -v -v -v hero@scp_server OR scp_server ... .... ...... debug1: Authentications that can continue: publickey,keyboard-interactive debug3: start over, passed a different list publickey,keyboard-interactive debug3: preferred publickey,keyboard-interactive,password debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Trying private key: /home/hero/.ssh/id_dsa debug1: read PEM private key done: type DSA debug3: sign_and_send_pubkey debug2: we sent a publickey packet, wait for reply debug1: Authentications that can continue: publickey,keyboard-interactive debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password debug3: authmethod_is_enabled keyboard-interactive debug1: Next authentication method: keyboard-interactive debug2: userauth_kbdint debug2: we sent a keyboard-interactive packet, wait for reply debug2: input_userauth_info_req debug2: input_userauth_info_req: num_prompts 1 Password: Please help me............... |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|