Re: [go-nuts] pkg/sftp fails connecting (special char in user/pass)

2016-11-04 Thread Pontus Lundin
Hi! Thanks. I agree, that was my thinking as well..i just got it from the server/sftp provider. I dont think they are meant and used for anything special.. it just feels wired to be honest :/ Will try to change that to start with. Den fredag 4 november 2016 kl. 18:42:13 UTC+1 skrev Drew Derbyshi

Re: [go-nuts] pkg/sftp fails connecting (special char in user/pass)

2016-11-04 Thread Derbyshire, Drew
my advice: Don't use dollar signs. That's tempting fate, like using a quote or newline character. I suspect one of the values is being used in a shell context and being expanded. Why are they being used in the first place? On Fri, Nov 4, 2016 at 7:28 AM, Pontus Lundin wrote: > Hi! > > Having s

[go-nuts] pkg/sftp fails connecting (special char in user/pass)

2016-11-04 Thread 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 pla