File: appveyor_ssh_config

package info (click to toggle)
datalad 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,132 kB
  • sloc: python: 69,299; sh: 1,521; makefile: 220
file content (11 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
Host localhost
	HostName 127.0.0.1
	StrictHostKeyChecking no

Host datalad-test
	HostName 127.0.0.1
	StrictHostKeyChecking no

Host datalad-test2
	HostName 127.0.0.1
	StrictHostKeyChecking no