on a debian shell i can connect to a sftp by: ( connection established, i see the sftp prompt )
sftp -i /keys/mykey user@1.2.3.4
i want to change to
sftp -oCiphers=aes256-ctr -i /keys/mykey user@1.2.3.4
used in a script. how can i see, what cipher is used by the first command and how can i verify that aes256-ctr is used in the second command ? thanks for any help