Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- DB 데이터 저장
- openweathermap
- bootstrap4 패키지
- href
- 콘솔 가상환경 # 콘솔 #가상환경
- #ifdef
- #endif
- OpenCV + Flask
- #undef
- PyQt5
- #if
- DB 데이터
- OpenCV
- jinja2
- 성능지표
- #else
- 환경변수 설정
- flask
- bootstrap
- 명령어
- VS Code
- MySQL 세팅
- Action
- 사이트 도메인
- heroku
- Django
- #ifndef
- 튜토리얼
- 실시간 시계
- javascript
Archives
- Today
- Total
PROGRAMMING
ssh 본문
[ Name ]
OpenSSH SSH client (remote login program)
[ Synopsis ]
ssh [-1246AaCfgKkMNnqsTtVvXxYy]
[-b bind_address]
[-c cipher_spec]
[-D [bind_address:]port]
[-e escape_char]
[-F configfile]
[-i identity_file]
[-L [bind_address:]port:host:hostport]
[-l login_name]
[-m mac_spec]
[-O ctl_cmd]
[-o option]
[-p port]
[-R bind_address:]port:host:hostport]
[-S ctl_path]
[-W host:port]
[-w local_tun[:remote_tun]]
[user@]hostname [command]
[ Option ]
-i identity_file : 인증을 위한 identity (private key) file 지정. -i 여러번 사용 가능.
(Default: ~/.ssh/identity for ver1 & ~/.ssh/id_rsa, ~/.ssh/id_dsa for ver2.)
'OS > Linux' 카테고리의 다른 글
Linux Directory Structure (0) | 2022.05.28 |
---|---|
hexdump (0) | 2022.05.26 |
objdump (0) | 2022.05.25 |
Comments