주 메뉴 열기

wwiki β

바뀜

SSH

480 바이트 추가됨, 2022년 9월 29일 (목) 10:37
리눅스
$ apt install openssh-client
</syntaxhighlight>
 
==== 사용법 ====
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]
 
[-b bind_address] [-c cipher_spec] [-D [bind_address:]port]
 
[-E log_file] [-e escape_char] [-F configfile] [-I pkcs11]
 
[-i identity_file] [-J [user@]host[:port]] [-L address]
 
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
 
[-Q query_option] [-R address] [-S ctl_path] [-W host:port]
 
[-w local_tun[:remote_tun]] destination [command]
$ ssh -i .ssh/aws_arm64.pem admin@아이피
=== 윈도우 ===
편집
2,431