# 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="https://1333520747-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjnxYeTEvdhQuzHnaDHIu%2Fuploads%2F5BhJwP2RjsU2O5ocaQYf%2Fp14p.png?alt=media&#x26;token=c5b2ed64-970c-4c0d-b79b-40f55df7201d" alt=""><figcaption></figcaption></figure>
