Skip to content
New issue

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

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

Already on GitHub? # 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant