Description of problem: In the sftp session, there is a different output in the ls command, if is added an arguments to the query. Here an example: sftp> ls -l -rw-rw-r-- 1 admin admin 0 Apr 11 04:54 testfile_Us_Ny.txt sftp> ls -l * -rw-rw-r-- ? 1000 1000 0 Apr 11 04:54 testfile_Us_Ny.txt With the additional arguments "*" the uid, gid are expresses with the number id of the user and group instead of the long description, and the link number are missing. Tested with the openssh 8.0p1. How reproducible: always Steps to Reproduce: 1. Connect to the sftp server (the bug is present also do you connect on localhost). 2. run ls -la 3. run ls -la * Actual results: sftp> ls -l -rw-rw-r-- 1 admin admin 0 Apr 11 04:54 testfile_Us_Ny.txt sftp> ls -l * -rw-rw-r-- ? 1000 1000 0 Apr 11 04:54 testfile_Us_Ny.txt Expected results: The same result for both command, with the correct info like this: -rw-rw-r-- 1 admin admin 0 Apr 11 04:54 testfile_Us_Ny.txt Best Regards Giancarlo del Rossi
*** This bug has been marked as a duplicate of bug 3465 ***
Closing bugs from openssh-9.1 release cycle
OpenSSH 9.3 has been released. Close resolved bugs