Added '.ssh'

This commit is contained in:
Jan Andrle 2024-02-19 15:09:16 +01:00
parent 3e8d71f6d3
commit 16739c5aee
Signed by: jaandrle
GPG Key ID: B3A25AED155AFFAB
3 changed files with 6 additions and 0 deletions

1
.ssh/README.md Symbolic link
View File

@ -0,0 +1 @@
/home/jaandrle/Vzdálené/GitHub/dotfiles/ubuntu/.ssh/README.md

4
.ssh/config Normal file
View File

@ -0,0 +1,4 @@
Host vpsfree
HostName 37.205.11.208
IdentityFile ~/.ssh/vpsfree
User root

View File

@ -8,6 +8,7 @@ see for example [How to Store Dotfiles - A Bare Git Repository \| Atlassian Git
- [Bash](./.bash/README.md) - [Bash](./.bash/README.md)
- [Vim](./.vim/README.md) - [Vim](./.vim/README.md)
- [Vifm](./.config/vifm/README.md) - [Vifm](./.config/vifm/README.md)
- [SSH](./.ssh/README.md)
## On a new machine ## On a new machine
1. install git 1. install git