Re: Can't get sftp server to accept password from script when entered as part of the "open" command
Oh dear, I found a typo in my password. My apologies! It's what my wife calls "male pattern blindness" – ouch
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
open
command.
open sftp://username@ip-address/ -hostkey="sha - xxx"
Searching for host...
Connecting to host...
Authenticating...
Using username "username".
Password:
open sftp://username:password@ip-address -hostkey="sha - xxx"
Searching for host...
Connecting to host...
Authenticating...
Using username "username".
Authenticating with pre-entered password.
Access denied.
Authentication failed.
Authentication log (see session log for details):
Using username "username".
Access denied.
Authentication failed.
open
command?