Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Jan 22, 2025
1 parent c39f65a commit 18e86de
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,3 +330,37 @@ pnpm install --include=optional sharp

[![Star History Chart](https://api.star-history.com/svg?repos=elizaos/eliza&type=Date)](https://star-history.com/#elizaos/eliza&Date)


## notes

```
cd
cd cloud-deployment-eliza/
python ./ssh-ssm.py
```

`asciinema rec port_forward.cast`
`asciinema upload port_forward.cast`


# diagnose ssh
`ssh localhost -p 2222`
`ssh -vvvvvv localhost -p 2222`

# checking key
`cat ~/id_rsa.pub `
`cat ~/.ssh/id_rsa.pub | pastebinit -b paste.debian.net`

# missing user (defaults to current)
`ssh -vvvvvv localhost -p 2222`

# find the right user name
`ssh ubuntu@localhost -p 2222`


# pull and copy from server
`git remote add agentgit git+ssh://ubuntu@localhost:2222/opt/git/agent`
`git pull agentgit`
`git checkout -b agentgit/feature/arm64_fastembed`
`git push origin`

0 comments on commit 18e86de

Please sign in to comment.