Improved dots install

This commit is contained in:
2025-03-20 13:48:21 +01:00
parent 6d26bd16d7
commit aa3b58ae4e
53 changed files with 17 additions and 1 deletions

34
dots/.ssh/config Normal file
View File

@@ -0,0 +1,34 @@
## Example
#Host name
# HostName 10.0.0.50
# User emerald
# Port 2222
# IdentityFile ~/.ssh/id_rsa_name
# LocalForward 8080 127.0.0.1:80
# ForwardAgent yes
# ForwardX11 yes
# ServerAliveInterval 60
# ServerAliveCountMax 3
# Compression yes
# LogLevel INFO
Host Pinku
HostName 10.0.0.7
User emerald
Host Ely
HostName 10.0.0.8
User root
Host Neptune
HostName 10.0.0.9
User root
Host code.justw.tf
HostName 10.0.0.25
User root
Host RedQueen
HostName 10.0.0.50
User emerald
Host HolyMoly
HostName 10.0.0.51
User emerald