Skip to content

SSH Client documentation

How to add SSH client key (Windows Git Bash)

Ensure correct directory usage:

echo 'export HOME=/c/Users/inser' >> ~/.bashrc

change to root directory and use pwd to confirm

cd pwd output: /c/Users/ ls ~/.ssh output: id_rsa known_hosts

Start a new ssh agent

eval $(ssh-agent)

Check for identities

ssh-add -l

Add identity

ssh-add /c/Users/inser/.ssh/id_rsa_storj

Connect to server

ssh daisy@192.168.0.3