Skip to content

Commit 6962c02

Browse files
authored
Merge pull request #5 from chipfoundry/fix/update-ssh-key-url
Update SSH key registration URL to platform portal
2 parents 3cbd4d3 + d13ff35 commit 6962c02

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cf --help
5050
cf keygen
5151
```
5252

53-
5. **Register your key** at [https://chipfoundry.io/sftp-registration](https://chipfoundry.io/sftp-registration)
53+
5. **Register your key** at [https://platform.chipfoundry.io/ssh-key](https://platform.chipfoundry.io/ssh-key)
5454

5555
6. **Configure your credentials**:
5656
```bash
@@ -86,7 +86,7 @@ If you already have a project with a Makefile:
8686
cf keygen
8787
```
8888

89-
2. **Register your key** at [https://chipfoundry.io/sftp-registration](https://chipfoundry.io/sftp-registration)
89+
2. **Register your key** at [https://platform.chipfoundry.io/ssh-key](https://platform.chipfoundry.io/ssh-key)
9090

9191
3. **Configure your credentials**:
9292
```bash
@@ -175,7 +175,7 @@ cf keygen [--overwrite]
175175
- Generates a new RSA SSH key at `~/.ssh/chipfoundry-key`
176176
- Displays the public key for registration
177177
- Use `--overwrite` to regenerate an existing key
178-
- **Next step**: Submit the public key to [https://chipfoundry.io/sftp-registration](https://chipfoundry.io/sftp-registration)
178+
- **Next step**: Submit the public key to [https://platform.chipfoundry.io/ssh-key](https://platform.chipfoundry.io/ssh-key)
179179

180180
### View SSH Key
181181

@@ -748,7 +748,7 @@ The CLI tracks your project submission state through the `submission_state` fiel
748748
```bash
749749
# Generate SSH key and register it
750750
cf keygen
751-
# Copy the displayed key to https://chipfoundry.io/sftp-registration
751+
# Copy the displayed key to https://platform.chipfoundry.io/ssh-key
752752

753753
# Configure your account
754754
cf config
@@ -836,7 +836,7 @@ gds/user_project_wrapper.gds.gz # ← Remove this one
836836

837837
- **Authentication errors:**
838838
- Run `cf keygen` to generate a new key
839-
- Ensure your key is registered at [https://chipfoundry.io/sftp-registration](https://chipfoundry.io/sftp-registration)
839+
- Ensure your key is registered at [https://platform.chipfoundry.io/ssh-key](https://platform.chipfoundry.io/ssh-key)
840840
- Check your username with `cf config`
841841

842842
- **SFTP errors:**

0 commit comments

Comments
 (0)