File: appveyor_ssh2localhost.sh

package info (click to toggle)
datalad 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,148 kB
  • sloc: python: 69,414; sh: 1,521; makefile: 220
file content (6 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh

set -e -u

cat tools/ci/appveyor_ssh_config >> ~/.ssh/config
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys