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
- GitLab
- application security
- endpoint security
- Windows
- PlayBook
- Elasticsearch
- hardening
- miniconda
- XCP-ng
- docker
- ELASTIC
- G-suite
- elastic stack
- centos 8
- freebsd
- Kibana
- Proxy
- pfsense
- x-pack
- ansible
- Kibana server is not ready yet
- 한글가이드
- bash
- 보안양파
- xe guest utilities
- ssh key 배포
- macos
- 로그인불가
- proxycfg
Archives
- Today
- Total
선 밖에 선 자유인
리눅스에서 시리얼 콘솔 포트 연결 본문
# dmesg | grep tty
[ 0.000000] console [tty0] enabled
[ 4.213555] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 4.213643] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 4.213850] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 4.213963] 00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
다음과 같이 두개의 serial port가 존재함
대부분 ttyS0에 연결되어 있을 가능성이 높음
screen 명령어로 시리얼포트에 접속
#screen /dev/ttyS0 9600
Comments