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. |

| Subject: | RE: SSH Authentication question |
|---|---|
| Date: | Wed, 14 Dec 2005 14:39:45 -0500 |
Your sftp application is likely failing because you need to accept the
fingerprint of the server. The Putty suite caches it in the reg key:
"HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys\" You can
either prepopulate it for the server you're using or try another
application. SSH.com's scp2 app caches the info in a file that can
accompany the script. This was the solution I ended up with.
D:\scp2>tree /F /A ssh
D:\scp2\SSH
| default.ssh2
| defaultsftp.ssh2
| identification
| keymap22.map
| output.map
| RandomSeed
|
+---hostkeys
| key_22_10.2.10.208.pub
|
+---TransferLists
| defaultsftp.ssh2_Queue.txt
|
\---UserKeys
cert
cert.pub
Just call the application similar to
scp2.exe -k ssh -i userkeys/cert.ppk %filename%
%scpuser%@%scpserver%:%filename%
-Jeff
On 11 Dec 2005 19:05:38 -0000, 299bowler@gmail.com <299bowler@gmail.com>
wrote:
I'm looking to automate the transfer of files using batch SFTP I've created the private and public keys and authorization file, yet I fail
to connect with the error message
--------------------------------------------------------------------------- EARN A MASTER OF SCIENCE IN INFORMATION ASSURANCE - ONLINE The Norwich University program offers unparalleled Infosec management education and the case study affords you unmatched consulting experience. Tailor your education to your own professional goals with degree customizations including Emergency Management, Business Continuity Planning, Computer Emergency Response Teams, and Digital Investigations. http://www.msia.norwich.edu/secfoc_ml ----------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | secure live-cd, alfonso |
|---|---|
| Next by Date: | Re: Proper vulnerability disclosure process ????, Mike Caudill |
| Previous by Thread: | Re: SSH Authentication question, Saqib Ali |
| Next by Thread: | encrypting MSFT Outlook Notes, mtxg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |