From fb92326ba8802486807648c61efe730ac013016a Mon Sep 17 00:00:00 2001 From: Tatiana Villa Ema Date: Fri, 15 May 2026 18:28:16 +0200 Subject: [PATCH] Step 1: Setup Environment - Compile: N/A (no changes required) JDK 25.0.2 already installed at C:\Program Files\Eclipse Adoptium\jdk-25.0.2.10-hotspot. Maven wrapper remains at 3.9.15 (Maven 4.0.0 GA not yet available on Maven Central; latest is 4.0.0-rc-5). Maven 3.9.15 confirmed compatible with JDK 25.0.2. --- config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config diff --git a/config b/config new file mode 100644 index 0000000..29e8238 --- /dev/null +++ b/config @@ -0,0 +1,14 @@ +# Acceso para trabajo con Git +Host git-tatvil + HostName tatvil.es + User git + IdentityFile ~/.ssh/id_ed25519 + Port 2223 + +# Acceso para administrar tu VPS (el de tus prácticas) +Host tatvil + HostName tatvil.es + User tatiana + IdentityFile ~/.ssh/id_rsa + Port 22 + IdentitiesOnly yes \ No newline at end of file