diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-11-30 17:24:01 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-07 14:23:42 +0100 |
| commit | 4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f (patch) | |
| tree | 99de1c0323d87fc798bafacdd5c04f7566322da4 /.ssh | |
| download | config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.tar.gz config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.zip | |
Initial commit
Diffstat (limited to '.ssh')
| -rw-r--r-- | .ssh/config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..2cab8b5 --- /dev/null +++ b/.ssh/config | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | Host pizoc | ||
| 2 | HostName 46.23.91.214 | ||
| 3 | User sebastiano | ||
| 4 | |||
| 5 | Host artemisia | ||
| 6 | HostName Artemisia | ||
| 7 | User seba | ||
| 8 | |||
| 9 | Host lampone | ||
| 10 | HostName lampone | ||
| 11 | User sebastiano | ||
