Merge branch 'main' of git.tavo.one:tavo/dotfiles
This commit is contained in:
commit
e779be270c
2 changed files with 9 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -256,3 +256,4 @@ kwinoutputconfig.json
|
|||
plasmaparc
|
||||
bruno/
|
||||
beekeeper-studio/
|
||||
filezilla/
|
||||
|
|
11
ssh/config
11
ssh/config
|
@ -4,13 +4,14 @@ Host *
|
|||
|
||||
Host home
|
||||
AddressFamily inet
|
||||
HostName 192.168.100.83
|
||||
#HostName tavo.one
|
||||
port 22
|
||||
#HostName 192.168.100.83
|
||||
HostName tavo.one
|
||||
User gustavo
|
||||
|
||||
Host tavo.one
|
||||
AddressFamily inet
|
||||
port 21
|
||||
User gustavo
|
||||
|
||||
Host dev
|
||||
AddressFamily inet
|
||||
|
@ -18,3 +19,7 @@ Host dev
|
|||
HostName tavo.one
|
||||
Port 2222
|
||||
User dev
|
||||
|
||||
Host directoriofeucr
|
||||
HostName 163.178.171.4
|
||||
User directoriofeucr
|
||||
|
|
Loading…
Reference in a new issue