When connecting to an SFTP session, the log that scrolls by at the bottom shows:
Username: %hostname%\%username%
i.e. the hostname of the local machine I'm using, and the name of the Windows account I'm logged in with on my local machine.
Surely this should rather show the username being used for the SFTP connection?
Also, I think it would make more sense for the order of the first two lines in the log to be switched around. Thus:
First line: Connecting to xyz
Second: username that is being used for the SFTP connection
Finally, I think it would also be preferable if the log made it more clear whether a password was used to complete the authentication, or whether a private key was used.
Username: %hostname%\%username%
i.e. the hostname of the local machine I'm using, and the name of the Windows account I'm logged in with on my local machine.
Surely this should rather show the username being used for the SFTP connection?
Also, I think it would make more sense for the order of the first two lines in the log to be switched around. Thus:
First line: Connecting to xyz
Second: username that is being used for the SFTP connection
Finally, I think it would also be preferable if the log made it more clear whether a password was used to complete the authentication, or whether a private key was used.
Comment