Skip to content

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

Description

@Marsella8

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions