We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hostname
Add a 'hostname' label to all machines
ssx list | grep -E '\s\d' | awk '{print $1}' | xargs -I id sh -c 'ssx -i id -c hostname|xargs ssx tag -i id -t '
View information about a server
ssx info -i <ID>
Obtain the IP address of the server
ssx info -i <ID> | jq .host
Log in to the target server using the jump server
ssx -J [proxy_user@]proxy_host[:proxy_port] [user@]host[:port] # multiple hops: ssx -J address1,address2,... target_address
The text was updated successfully, but these errors were encountered:
No branches or pull requests
为所有的机器添加
hostname
的标签 (v0.0.6+)Add a 'hostname' label to all machines
查看某个服务器的信息 (v0.0.7+)
View information about a server
获取服务器的IP(v0.0.7+ ,配合 jq 工具)
Obtain the IP address of the server
使用跳板机登录目标服务器(v0.2.0+)
Log in to the target server using the jump server
ssx -J [proxy_user@]proxy_host[:proxy_port] [user@]host[:port] # multiple hops: ssx -J address1,address2,... target_address
The text was updated successfully, but these errors were encountered: