SSH connection checks
-
01
Prepare connection details
Verify the host address, port, username, and temporary access method from the order delivery details. Do not copy an address from old terminal history if it may have changed.
-
02
Perform the first verification
Run a verbose connection from a trusted network first, and continue only after verifying the host fingerprint. Stop immediately if the fingerprint does not match the delivery details.
-
03
Replace temporary credentials
Add your SSH public key to the authorized file. Confirm that a new session works before removing temporary access entries you no longer use.
-
04
End the session correctly
Stop foreground tasks first and confirm that logs have been written, then use
exitto exit. Do not close a terminal that is still running a release task. -
05
Check access issues
For timeouts, check the network and port first; for connection refusals, check the address and service status; for authentication failures, check the username, key permissions, and authorized file.