Search:

Type: Posts; User: techwiz24

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    8,124

    [SOLVED] Re: JSCH Auth Failure

    Idiot me, the method I was using to get the password stored it as a char[]. Converting that to string the CORRECT way might help. Problem resolved!
  2. Replies
    5
    Views
    8,124

    [SOLVED] Re: JSCH Auth Failure

    Just confirmed it's a problem with my sftp server, as this :
    import com.zehon.sftp.*;
    public class zeDebug {

    /**
    * @param args
    */
    public static void main(String[] args) {
    try{...
  3. Replies
    5
    Views
    8,124

    [SOLVED] Re: JSCH Auth Failure

    Switched back to zehonSFTP, (funny enough, it uses JSCH!), getting auth fail msg's (caused by JSCH inside of zehon!), which is making me think it's something wrong with my server...any ideas on ssh...
  4. Replies
    5
    Views
    8,124

    [SOLVED] Re: JSCH Auth Failure

    Dunno what I changed, But i started getting unknownHost exceptions. downloaded pre-compiled lib, problem back to AuthFailure Exception. Checked server config, didn't see any problems
  5. Replies
    5
    Views
    8,124

    [SOLVED] Re: JSCH Auth Failure

    Using the logging example on the website, I can connect fine...what am I doing wrong???
  6. Replies
    5
    Views
    8,124

    [SOLVED] JSCH Auth Failure

    Hiya. I'm trying to make my own project management system XD (let me explain). It'll be for my own personal projects, I want to be able to store them on my server via sftp. Basicly, I'm using JSCH to...
Results 1 to 6 of 6