From 8fab59b282028c490b288f01b51b917eac58f6f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 13 Aug 2023 14:59:56 -0300 Subject: [PATCH] csshx: add Spanish translation (#10566) * csshx: add Spanish translation * Update csshx.md * Update csshx.md --------- Co-authored-by: K.B.Dharun Krishna --- pages.es/osx/csshx.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.es/osx/csshx.md diff --git a/pages.es/osx/csshx.md b/pages.es/osx/csshx.md new file mode 100644 index 000000000..a92bdb0fd --- /dev/null +++ b/pages.es/osx/csshx.md @@ -0,0 +1,16 @@ +# csshX + +> Herramienta SSH de clúster para macOS. +> Más información: . + +- Conectarse a múltiples hosts: + +`csshX {{nombrehost1}} {{nombrehost2}}` + +- Conectarse a múltiples hosts con una clave SSH dada: + +`csshX {{usuario@nombrehost1}} {{usuario@nombrehost2}} --ssh_args "-i {{ruta/al/archivo_de_clave.pem}}"` + +- Conectarse a un clúster predefinido desde `/etc/clusters`: + +`csshX cluster1`