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
|
plasmaparc
|
||||||
bruno/
|
bruno/
|
||||||
beekeeper-studio/
|
beekeeper-studio/
|
||||||
|
filezilla/
|
||||||
|
|
11
ssh/config
11
ssh/config
|
@ -4,13 +4,14 @@ Host *
|
||||||
|
|
||||||
Host home
|
Host home
|
||||||
AddressFamily inet
|
AddressFamily inet
|
||||||
HostName 192.168.100.83
|
#HostName 192.168.100.83
|
||||||
#HostName tavo.one
|
HostName tavo.one
|
||||||
port 22
|
User gustavo
|
||||||
|
|
||||||
Host tavo.one
|
Host tavo.one
|
||||||
AddressFamily inet
|
AddressFamily inet
|
||||||
port 21
|
port 21
|
||||||
|
User gustavo
|
||||||
|
|
||||||
Host dev
|
Host dev
|
||||||
AddressFamily inet
|
AddressFamily inet
|
||||||
|
@ -18,3 +19,7 @@ Host dev
|
||||||
HostName tavo.one
|
HostName tavo.one
|
||||||
Port 2222
|
Port 2222
|
||||||
User dev
|
User dev
|
||||||
|
|
||||||
|
Host directoriofeucr
|
||||||
|
HostName 163.178.171.4
|
||||||
|
User directoriofeucr
|
||||||
|
|
Loading…
Reference in a new issue