![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sftp | melanie_pfefer | SUN Solaris | 1 | 03-19-2008 12:00 PM |
| sftp | RahJiggah | OS X (Apple) | 3 | 09-26-2007 06:13 AM |
| help in SFTP please help | bsandeep_80 | Shell Programming and Scripting | 3 | 08-01-2007 11:33 AM |
| SFTP help | bsandeep_80 | SUN Solaris | 1 | 07-30-2007 08:49 AM |
| sftp | hugow | UNIX for Dummies Questions & Answers | 2 | 08-01-2006 04:23 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Using SFTP
I used to use an 'SFTP' command weekly, but all of a sudden it won't work.
I used to do: sftp -b <file with put commands> <username>@<server> But all of a sudden every time that I try now I get: Permission denied (publickey,password,keyboard-interactive). Connection closed Any ideas what would cause this??? Thank you! |
| Forum Sponsor | ||
|
|
|
|||
|
The remote authentication is failing on the box you connecting to.
Some possible reasons: your account is disabled over there for a variety of reasons The domain name or IP of the box you are sftp-ing from has changed. You are on a new box trying to connect. |
|
|||
|
Quote:
Something external your authentication by password has changed - Did you check your authentication keys? Did the account/location you are connecting from change? Did the sysadmin do something to security on the remote box? In order to help, you have to indicate what is different. |