Conversation
|
Thanks for opening your first pull request here 🚀! If you have any questions, feel free to mention one of the conveners, previous contributors, or attend our weekly meeting (see |
for more information, see https://pre-commit.ci
michmx
left a comment
There was a problem hiding this comment.
Thanks @iliomar ! It is a nice starting point. I just have comments about the flow that students must follow. We have to be explicit on what to do / what not to do (for example, if Lxplus is available they don't need to use Codespaces).
| ssh-keygen -t ed25519 -C "your_email@example.com" | ||
| ```` | ||
|
|
||
| If `ed25519` is not available: |
There was a problem hiding this comment.
Add a note on why it may not be available (like an old OS or OpenSSH version)
|
|
||
| --- | ||
|
|
||
| # 4. Using SSH Inside GitHub Codespaces (Highly Recommended) |
|
|
||
| --- | ||
|
|
||
| # 3. Test an SSH Connection (General Form) |
There was a problem hiding this comment.
Call this one "Option 1", if the student has access to a remote server like Lxplus, NAF, etc.
|
|
||
| --- | ||
|
|
||
| # 6. (Optional) Connecting to CERN or Fermilab |
There was a problem hiding this comment.
Saying "Optional" contradicts the "Test an SSH Connection" part above. This would be "Option 1" for those with access to CERN, LPC, NAF @ DESY, etc.
|
|
||
| --- | ||
|
|
||
| # 2. How SSH Works |
There was a problem hiding this comment.
These are nice diagrams, but I would say they dont fit in the Setup but rather in the Introduction. Also, a bit more of context for students following async is needed.
|
Hi @iliomar . A reminder of the comments left in this PR |
|
Hi @michmx , sorry for the delay, I missed this message. Will work on that ASAP. Thanks, and again sorry. |
|
This issue or pull request has been automatically marked as stale because it has not had recent activity. Please manually close it, if it is no longer relevant, or ask for help or support to help getting it unstuck. Let me bring this to the attention of @amorenobr @vlukashenko @richa2710 @michmx for now. |
Summary
This PR updates the
setup.mdpage to provide a clearer and more accessible SSH setup workflow for new users.Key Improvements
Please let me know if you’d like any further adjustments or refinements!