Companion to: "How I Set Up OpenClaw Without Giving It the Keys to My Life"
sudo sysadminctl -addUser openclaw -password - -home /Users/openclaw| 1. You mast have a public key from your mashine stored on github as SSH key here: | |
| https://github.com/settings/ssh | |
| How to create ssh key on unix/mac os x: | |
| - Open terminal, go to the root typing: $ cd ~ (recommended) | |
| - Type: ssh-keygen -t rsa -C "your@email.address" | |
| - To secure your ssh key ststem will ask you for passphrase (recommended) but you can skip it also | |
| - That's you have the ssh key | |
| - Check it with: $ ls -al ~/.ssh |
| sqlite3 AddressBook-v22.abcddb "PRAGMA table_info(ZABCDRECORD);" |
| Verifying my Blockstack ID is secured with the address 1BXyvgspVLCV9eGBH6xXg5Dnfua2Tu2qVE https://explorer.blockstack.org/address/1BXyvgspVLCV9eGBH6xXg5Dnfua2Tu2qVE |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |