Initial commit

This commit is contained in:
2024-08-30 23:30:20 +02:00
commit 904f9f0733
44 changed files with 9552 additions and 0 deletions

34
.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