linux/d*: add Korean translation (#14683)

This commit is contained in:
코드싸이
2024-11-08 15:51:52 +09:00
committed by GitHub
parent b3cbaf7b55
commit 53b2ce7e7f
73 changed files with 1566 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# dropbearconvert
> Dropbear와 OpenSSH 개인 키 형식 간 변환.
> 더 많은 정보: <https://manned.org/dropbearconvert.1>.
- OpenSSH 개인 키를 Dropbear 형식으로 변환:
`dropbearconvert openssh dropbear {{경로/대상/입력_키}} {{경로/대상/출력_키}}`
- Dropbear 개인 키를 OpenSSH 형식으로 변환:
`dropbearconvert dropbear openssh {{경로/대상/입력_키}} {{경로/대상/출력_키}}`