Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curling bash script from repo not permitted due to ssh-key not present #1

Open
Marsella8 opened this issue Mar 13, 2024 · 0 comments
Open

Comments

@Marsella8
Copy link

To curl the bash script we have to generate the ssh-key before:

Fix:

mkdir .ssh
vim .ssh/config

Modify with:

Host sapling
  ForwardAgent yes
  HostName sapling.stanford.edu
  User USERNAME

and then

eval $(ssh-agent)
ssh-keygen -t ed25519
ssh-add
ssh-copy-id sapling
ssh sapling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant