osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

16
pages.ko/osx/csshx.md Normal file
View File

@@ -0,0 +1,16 @@
# csshX
> macOS용 클러스터 SSH 도구.
> 더 많은 정보: <https://github.com/brockgr/csshx>.
- 여러 호스트에 연결:
`csshX {{호스트명1}} {{호스트명2}}`
- 지정된 SSH 키를 사용하여 여러 호스트에 연결:
`csshX {{사용자@호스트명1}} {{사용자@호스트명2}} --ssh_args "-i {{경로/대상/키_파일.pem}}"`
- `/etc/clusters`에 정의된 클러스터에 연결:
`csshX cluster1`