summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.ssh/config10
1 files changed, 10 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
new file mode 100644
index 0000000..68beae0
--- /dev/null
+++ b/.ssh/config
@@ -0,0 +1,10 @@
+Host minskio
+ User peter
+ Port 55012
+ IdentityFile ~/vault/docs/ssh/id_rsa
+ Hostname minskio.co.uk
+
+Host htpc
+ User peter
+ Port 22
+ Hostname 192.168.1.6