add_server_config
Add and configure new server details for SSH connections, including name, IP address, username, password, and port, simplifying remote server management.
Instructions
动态添加服务器配置 参数:
- name: 服务器名称
- ip: 服务器IP地址
- user: SSH用户名
- password: SSH密码
- port: SSH端口,默认22
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ip | Yes | ||
name | Yes | ||
password | Yes | ||
port | No | ||
user | Yes |