Now solved, was my misstake with walking some fs path that produced the 
unexpected error. Just walking and creating files at ~ solved it.
Sorry sorry. The sftp package is solid and great!

Den fredag 4 november 2016 kl. 15:28:43 UTC+1 skrev Pontus Lundin:
>
> Hi!
>
> Having successfully connected to many sftp servers before now having 
> problem with one a using password auth.
>
>
> ssh -vv yields
> debug1: Next authentication method: password
> password:
>
>
> The user and password contains a $ character, i have tried encode it '%24' 
> and in plain text. If having plain string the result is:
>
> failed to send packet header: EOF
>
>
> if using escaped character the result is:
>
> Failed to dial: ssh: handshake failed: ssh: unable to authenticate, 
> attempted methods [none password], no supported methods remain
> exit status 1
>
>
> Using ssh works, however ends with
>
> PTY allocation request failed on channel 0
> Terminal access is disabled for this site
> Connection to xxxxxx closed
>
> if that is something.
>
>
> Any ideas on this one ?
> Thanks!
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to