summaryrefslogtreecommitdiffstats
path: root/services/Makefile
blob: a68f095d8043f206b5dc03bc86725e0817a4a76f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
help:;@cat Makefile

export authorized_keys_file := authorized_keys
export services_file := services.txt
export host_key_file := test.key

test-client:
	ssh localhost -p 1337 2>/dev/null

test-server:
	python test.py

$(host_key_file):
	ssh-keygen -t rsa -P '' -f $@