> For the complete documentation index, see [llms.txt](https://prime-stake-pool.gitbook.io/node-setup-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prime-stake-pool.gitbook.io/node-setup-guide/server-setup-basics/how-to-setup-your-cloud-server-securely/use-ssh-key-pair-to-access-your-server/create-.ssh-folder.md).

# Create .ssh folder

Now logged in as user 'rocket' let's check all the files/folder including hidden.

```
ls -a
```

.bash\_history .bash\_layout .bashrc .cache .local .profile .sudo\_as\_admin\_successful&#x20;

You can see that their is no folder names '.ssh'. We need to create '.ssh' folder under user 'rocket' to keep the rsa public key.

<figure><img src="/files/HJAzX7fgyNvUe4reNh4k" alt=""><figcaption></figcaption></figure>
