This time I run with -b - -v option and error are as below. debug1: identity file /u/ibm08/.ssh/id_rsa-cert type -1
debug1: identity file /u/ibm08/.ssh/id_dsa type 2 debug1: identity file /u/ibm08/.ssh/id_dsa-cert type -1 debug1: identity file /u/ibm08/.ssh/id_ecdsa type -1 debug1: identity file /u/ibm08/.ssh/id_ecdsa-cert type -1 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_6.4 debug1: Remote protocol version 2.0, remote software version OpenSSH_6.0 debug1: match: OpenSSH_6.0 pat OpenSSH* debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: mac_setup_by_alg: hmac-sha1 from source OpenSSL debug1: kex: server->client aes128-ctr hmac-sha1 none debug1: mac_setup_by_alg: hmac-sha1 from source OpenSSL debug1: kex: client->server aes128-ctr hmac-sha1 none debug1: sending SSH2_MSG_KEX_ECDH_INIT debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: Server host key: ECDSA 3a:49:46:72:a2:3b:60:9d:84:86:9c:ec:d4:01:77:90 debug1: Host '10.221.129.10' is known and matches the ECDSA host key. debug1: Found key in /u/ibm08/.ssh/known_hosts:1 debug1: ssh_ecdsa_verify: signature correct debug1: cipher_init: aes128-ctr from source OpenSSL debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: cipher_init: aes128-ctr from source OpenSSL debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password,keyboard-interacti debug1: Next authentication method: publickey debug1: Trying private key: /u/ibm08/.ssh/id_rsa debug1: Offering DSA public key: /u/ibm08/.ssh/id_dsa debug1: Authentications that can continue: publickey,password,keyboard-interacti debug1: Trying private key: /u/ibm08/.ssh/id_ecdsa debug1: No more authentication methods to try. FOTS1373 Permission denied (publickey,password,keyboard-interactive). debug1: zsshSmfSetConnSmfStatus: SMF status is 0 FOTS0841 Connection closed On Dec 7, 2016 11:07, "Jack J. Woehr" <[email protected]> wrote: > venkat kulkarni wrote: > >> >> FOTS0806 EDC5129I No such file or directory. (errno2=0x05620062) (-v) >> >> > Yes, not: > > sftp -b -v ...... > > but rather > > sftp -b - -v ...... > > I pointed out my mistake typing the first message > > The flag is "-b -". > > -b expects a file argument. The extra dash "-" means "the file for batch > mode is instead Standard Input". > >> >> Jack J. Woehr wrote: >>> >>> OOPS mistake should be this: >>> >>> >>> sftp -b - -v [email protected] >>> >>> Note the "-" after the "-b" before the "-v" >>> >>> I did it right below \/\/\/\/\/\/ >>> >>> The "-b - " tells sftp to read in batch mode from standard in. That might >>>> work. >>>> >>>> >>>> >>>> -- >>> Jack J. Woehr # Science is more than a body of knowledge. It's a way >>> of >>> www.well.com/~jax # thinking, a way of skeptically interrogating the >>> universe >>> www.softwoehr.com # with a fine understanding of human fallibility. - >>> Carl Sagan >>> >>> >>> ---------------------------------------------------------------------- >>> For IBM-MAIN subscribe / signoff / archive access instructions, >>> send email to [email protected] with the message: INFO IBM-MAIN >>> >>> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO IBM-MAIN >> >> > > -- > Jack J. Woehr # Science is more than a body of knowledge. It's a way of > www.well.com/~jax # thinking, a way of skeptically interrogating the > universe > www.softwoehr.com # with a fine understanding of human fallibility. - > Carl Sagan > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
