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
- freebsd
- docker
- PlayBook
- Proxy
- ELASTIC
- 보안양파
- ssh key 배포
- xe guest utilities
- GitLab
- centos 8
- proxycfg
- bash
- application security
- Elasticsearch
- pfsense
- macos
- endpoint security
- miniconda
- G-suite
- Kibana server is not ready yet
- elastic stack
- x-pack
- Windows
- XCP-ng
- 한글가이드
- 로그인불가
- Kibana
- ansible
- hardening
Archives
- Today
- Total
선 밖에 선 자유인
리눅스 사용자 원격 세션 강제 종료 본문
- w, 혹은 who로 현재 접속된 세션 확인
[root@localhost ~]# w
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
user1 pts/0 192.168.2.10 14:45 0.00s 2.24s 0.60s sshd: user1 [priv]
user2 pts/1 192.168.2.20 Wed18 4:55m 2.10s 4.54s sshd: user2 [priv]
- 관련 계정의 모든 세션 끊기
[root@localhost ~]# skill -KILL username
- 특정 세션만 끊기
[root@localhost ~]# skill -KILL -v pts/?
Comments