Skip to content

Commit 9285277

Browse files
authored
Merge pull request #72 from davidsandilands/main
Update README.md
2 parents 4160e2d + b5460db commit 9285277

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ ssh_authorized_key { 'nick@magpie.example.com':
3333
}
3434
```
3535

36+
This would create a key that appears in your ~/.ssh/id_rsa.pub file like this with resource name as comment:
37+
```
38+
ssh-rsa AAAAB3Nza[...]qXfdaQ== nick@magpie.example.com
39+
```
40+
3641
To manage a known hosts file entry, use the following code:
3742

3843
```

0 commit comments

Comments
 (0)