mirror of
https://github.com/KiTTYsh/dotfiles.git
synced 2025-12-09 20:59:16 -05:00
ssh: add
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
ssh/id_rsa
|
||||
ssh/id_rsa.pub
|
||||
ssh/known_hosts
|
||||
ssh/known_hosts.old
|
||||
0
ssh/authorized_keys
Normal file
0
ssh/authorized_keys
Normal file
7
ssh/config
Normal file
7
ssh/config
Normal file
@@ -0,0 +1,7 @@
|
||||
Host mail
|
||||
HostName mail.yiff.technology
|
||||
Host mk
|
||||
User root
|
||||
HostName mk.yiff.technology
|
||||
Host *
|
||||
User kitty
|
||||
Reference in New Issue
Block a user