diff options
| author | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-03-08 16:02:13 +0000 |
|---|---|---|
| committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-03-08 16:02:13 +0000 |
| commit | d391379cd897f6869209215ff0eb7d739b34fbfd (patch) | |
| tree | 858ca971be8b76862692afd0bce44da6437fb332 /misc | |
| parent | 35d7c7ceb9e96f749b3834c5c993f31341fb43a4 (diff) | |
| download | infra-d391379cd897f6869209215ff0eb7d739b34fbfd.tar.gz infra-d391379cd897f6869209215ff0eb7d739b34fbfd.tar.bz2 infra-d391379cd897f6869209215ff0eb7d739b34fbfd.zip | |
Since wireguard is blocked there.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/dotfiles/ssh/config.j2 | 6 | ||||
| -rw-r--r-- | misc/pubkeys/flame.pub | 1 | ||||
| -rw-r--r-- | misc/pubkeys/water.pub | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/misc/dotfiles/ssh/config.j2 b/misc/dotfiles/ssh/config.j2 index f0c6c74..5c019c4 100644 --- a/misc/dotfiles/ssh/config.j2 +++ b/misc/dotfiles/ssh/config.j2 @@ -15,12 +15,14 @@ Host flame {% if inventory_hostname_short != "gate" %} ProxyJump gate {% endif %} - Hostname 10.0.0.2 + Hostname localhost + Port 2222 ForwardAgent yes Host water {% if inventory_hostname_short != "gate" %} ProxyJump gate {% endif %} - Hostname 10.0.0.3 + Hostname localhost + Port 2223 ForwardAgent yes diff --git a/misc/pubkeys/flame.pub b/misc/pubkeys/flame.pub new file mode 100644 index 0000000..732686c --- /dev/null +++ b/misc/pubkeys/flame.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEvjfemLBetxx6d/PZvdKh5o+WxsYDqLK9ul8N1gpdeD d@flame.ilvokhin.com diff --git a/misc/pubkeys/water.pub b/misc/pubkeys/water.pub new file mode 100644 index 0000000..78d61f6 --- /dev/null +++ b/misc/pubkeys/water.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILCTmnKTDXRmSM9m6iXjl7sPg15kDRStbbovjy5D2sNs d@water.ilvokhin.com |