summaryrefslogtreecommitdiff
path: root/.ssh
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
committercoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
commit8cbadb61604667b407b53ee1258433994fa4765a (patch)
tree97765fb29418fd6278fcb4cbb9760893afaf7a58 /.ssh
Diffstat (limited to '.ssh')
-rwxr-xr-x.ssh/config46
-rw-r--r--.ssh/id_ed25519.pub1
2 files changed, 47 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
new file mode 100755
index 0000000..7a17d87
--- /dev/null
+++ b/.ssh/config
@@ -0,0 +1,46 @@
+Host srv
+ HostName 5.178.107.206
+ User coast
+ DynamicForward 65000
+ ExitOnForwardFailure yes
+ ServerAliveInterval 60
+ ServerAliveCountMax 3
+ ControlMaster auto
+ ControlPath ~/.ssh/control-%r@%h:%p-srv1
+ ControlPersist 10m
+Host srv2
+ HostName sx7n8.tech
+ User coast
+ DynamicForward 65000
+ ExitOnForwardFailure yes
+ ServerAliveInterval 60
+ ServerAliveCountMax 3
+ ControlMaster auto
+ ControlPath ~/.ssh/control-%r@%h:%p-srv2
+ ControlPersist 10m
+Host srv3
+ HostName 75.127.15.21
+ User root
+ DynamicForward 65000
+ ExitOnForwardFailure yes
+ ServerAliveInterval 60
+ ServerAliveCountMax 3
+ ControlMaster auto
+ ControlPath ~/.ssh/control-%r@%h:%p-srv3
+ ControlPersist 10m
+Host srv4
+ HostName 74.209.118.150
+ User root
+ Port 65001
+ DynamicForward 65000
+ ServerAliveInterval 60
+ ServerAliveCountMax 3
+Host laptop
+ HostName 192.168.1.157
+ User coast
+ ForwardX11Trusted yes
+ ServerAliveInterval 60
+ ServerAliveCountMax 3
+ ControlMaster auto
+ ControlPath ~/.ssh/control-%r@%h:%p-laptop
+ ControlPersist 10m
diff --git a/.ssh/id_ed25519.pub b/.ssh/id_ed25519.pub
new file mode 100644
index 0000000..0a9f14e
--- /dev/null
+++ b/.ssh/id_ed25519.pub
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA/uTuBIG/d0zfgGJz6boCEeyuz16/t41aWCjN+SK5BF coast@unix