Document how to get ssh access into CD testnets

This commit is contained in:
Michael Vines
2018-09-07 12:48:06 -07:00
parent b1b03ec13b
commit db825788fa
3 changed files with 27 additions and 5 deletions

View File

@ -56,3 +56,11 @@ ensure the `cuda` feature is specified at network start:
$ ./net.sh start -f "cuda,erasure"
```
### How to interact with a CD testnet deployed by ci/testnet-deploy.sh
Taking **master-testnet-solana-com** as an example, configure your workspace for
the testnet using:
```
$ ./gce.sh config -p master-testnet-solana-com
$ ./ssh.sh # <-- Details on how to ssh into any testnet node
```