ssh - SSH Remote Server Management and Command Execution
Connect to and manage remote servers via SSH using paramiko library
Tags
Updated: 2026-02-13Typical Inputs
What this skill does
- execute remote commands
- install software
- view log files
- connect to SSH servers
- manage remote systems
Inputs
- server IP address
- SSH username
- SSH password
- command to execute
- host information
Outputs
- command execution results
- remote file contents
- system status information
- connection status
Requirements
- paramiko Python library
- SSH server access
- network connectivity
- valid credentials
