Skip to content

Commit c41c407

Browse files
committed
Add ~/.ssh/config
1 parent 8ab5a71 commit c41c407

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

collect.sh

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ cp /opt/sniff/sniff.json .
3333
cp ~/.bashrc .
3434
cp ~/.profile .
3535
cp /etc/gitweb.conf .
36+
cp ~/.ssh/config ssh_config

ssh_config

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Host pi
2+
HostName localhost

0 commit comments

Comments
 (0)