주 메뉴 열기

wwiki β

바뀜

SSH

644 바이트 추가됨, 2022년 5월 22일 (일) 01:45
자동로그인
</syntaxhighlight>
==자동로그인ssh-keygen==authentication key generation, management and conversion ssh-keygen [-q] [-b bits] [-t dsa | ecdsa | ed25519 | rsa] [-N new_passphrase] [-C comment] [-f output_keyfile]
===키 생성===
나머지는 엔터치면 기본값으로 .ssh 폴더에 생성된다.
 
입력없이 생성하려면
$ ssh-keygen -q -t rsa -N "" -f /[사용자홈]/.ssh/id_rsa
====윈도우====
The Secure Shell (SSH) Public Key File Format: https://datatracker.ietf.org/doc/html/rfc4716
 
=== 키 관리 ===
-e This option will read a private or public OpenSSH key file and print to stdout the key in one of the
 
formats specified by the -m option. The default export format is “RFC4716”. This option allows ex‐
 
porting OpenSSH keys for use by other programs, including several commercial SSH implementations.
$ ssh-keygen -e [-m key_format] [-f input_keyfile]
=설정파일=
편집
2,431