From 16739c5aee58b552bedbfca6fdca898b7ff689b7 Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Mon, 19 Feb 2024 15:09:16 +0100 Subject: [PATCH] :zap: Added '.ssh' --- .ssh/README.md | 1 + .ssh/config | 4 ++++ README.md | 1 + 3 files changed, 6 insertions(+) create mode 120000 .ssh/README.md create mode 100644 .ssh/config diff --git a/.ssh/README.md b/.ssh/README.md new file mode 120000 index 0000000..d5e040f --- /dev/null +++ b/.ssh/README.md @@ -0,0 +1 @@ +/home/jaandrle/Vzdálené/GitHub/dotfiles/ubuntu/.ssh/README.md \ No newline at end of file diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..897a4a4 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,4 @@ +Host vpsfree + HostName 37.205.11.208 + IdentityFile ~/.ssh/vpsfree + User root diff --git a/README.md b/README.md index 6dd5f03..b302e14 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ see for example [How to Store Dotfiles - A Bare Git Repository \| Atlassian Git - [Bash](./.bash/README.md) - [Vim](./.vim/README.md) - [Vifm](./.config/vifm/README.md) +- [SSH](./.ssh/README.md) ## On a new machine 1. install git