2186 CHAPTER 142: SSH2.0 C ONFIGURATION COMMANDS■ des: Encryption algorithm des-cbc.prefer-ctos-hmac: Preferred HMAC algorithm from client to server, defaulted tosha1.■ md5: HMAC algorithm hmac-md5.■ md5-96: HMAC algorithm hmac-md5-96.■ sha1: HMAC algorithm hmac-sha1.■ sha1-96: HMAC algorithm hmac-sha1-96.prefer-kex: Preferred key exchange algorithm, defaulted todh-group-exchange.■ dh-group-exchange: Key exchange algorithmdiffie-hellman-group-exchange-sha1.■ dh-group1: Key exchange algorithm diffie-hellman-group1-sha1.■ dh-group14: Key exchange algorithm diffie-hellman-group14-sha1.prefer-stoc-cipher: Preferred algorithm from server to client, defaulted toaes128.prefer-stoc-hmac: Preferred HMAC algorithm from server to client, defaulted tosha1.Description Use the sftp command to establish a connection to a remote IPv4 SFTP server andenter SFTP client view.Note that when the client’s authentication method is publickey, the client needs toget the local private key for validation. As the publickey authentication includesRSA and DSA algorithms, you must specify an algorithm (by using theidentity-key keyword) in order to get the correct data for the local private key.Example # Connect to SFTP server 10.1.1.2. sftp 10.1.1.2Input Username:sftp client ipv6 sourceSyntax sftp client ipv6 source { ipv6 ipv6-address | interface interface-typeinterface-number }undo sftp client ipv6 sourceView System viewParameter ipv6 ipv6-address: Specifies a source IPv6 address.interface interface-type interface-number: Specifies a source interface by its typeand number.