mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 21:02:07 +02:00
csshx: add Spanish translation (#10566)
* csshx: add Spanish translation * Update csshx.md * Update csshx.md --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
8aad64637d
commit
8fab59b282
1 changed files with 16 additions and 0 deletions
16
pages.es/osx/csshx.md
Normal file
16
pages.es/osx/csshx.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# csshX
|
||||||
|
|
||||||
|
> Herramienta SSH de clúster para macOS.
|
||||||
|
> Más información: <https://github.com/brockgr/csshx>.
|
||||||
|
|
||||||
|
- 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`
|
Loading…
Add table
Reference in a new issue