aboutsummaryrefslogtreecommitdiff
path: root/Justfile
blob: 9d39a659aa16d72a99b06c40ceb5e97a2a3ff416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
build:
	cargo build
	sudo cp target/debug/fagit /opt/fagit/
	sudo chown root:root /opt/fagit/fagit

install_ssh:
	sudo cp 10-fagit-ssh-authorization.conf /etc/ssh/sshd_config.d/ 


debug: build
	sudo /usr/sbin/sshd -ddd