Skip to content

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

@Marsella8

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

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