Gitfed
bastien-mrq/sssh / vhs / demo-hosts.toml
[hosts]
[hosts.bastion]
user = "admin"
host = "203.0.113.10"
tags = ["infra"]

[hosts.pi-home]
user = "pi"
host = "192.168.1.42"
port = 2222

[hosts.serveur-1]
user = "root"
host = "192.0.2.11"
tags = ["client", "prod"]

[hosts.serveur-2]
user = "deploy"
host = "192.0.2.12"
jump = "bastion"
tags = ["staging"]

[hosts.vps-ovh]
user = "debian"
host = "203.0.113.21"
identity = "~/.ssh/id_deploy"
tags = ["perso"]