What problem does it solve? It removes ambiguity about how to reach the shop-floor GPU server acer, ensuring commands are run on the correct host with the correct user and connection options. ## Core Features & Use Cases - Host targeting: Connects to the server via the server SSH alias as user warpuppy at IP 192.168.1.10. - Command wrapping: Wraps remote commands in ssh server '...' while local Lenovo commands run directly in the terminal. - Safety constraints: Uses BatchMode with a 5-second connect timeout, never invents passwords, and never SSHes off the LAN. - Use Case: When asked to check the llama.cpp host or GPU box, run ssh -o BatchMode=yes -o ConnectTimeout=5 server 'hostname; whoami' to verify connectivity. ## Quick Start Ask the assistant to check the acer server status, and it will run the SSH command against the server alias to report hostname and user.