We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To curl the bash script we have to generate the ssh-key before:
Fix:
Modify with:
and then
The text was updated successfully, but these errors were encountered: