创建时 .ssh 目录中存在什么?

What exists in the .ssh directory when you create it?

我正在 VM 上设置 SSH 密钥。我需要在根目录中创建一个 .ssh 目录:mkdir .ssh。马上,目录有内容:

drwxr-xr-x. 2 myusername folder 6 Jun 20 19:51 . drwxr-xr-x. 15 myusername folder 4096 Jun 20 19:51 ..

仅供学习,刚刚制作的.ssh目录的内容是什么?

None - .指向当前目录,..指向上层目录。