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
- xe guest utilities
- pfsense
- endpoint security
- 한글가이드
- Elasticsearch
- ssh key 배포
- miniconda
- bash
- proxycfg
- freebsd
- PlayBook
- Kibana
- elastic stack
- macos
- centos 8
- ansible
- ELASTIC
- Kibana server is not ready yet
- hardening
- Windows
- x-pack
- 로그인불가
- Proxy
- docker
- GitLab
- 보안양파
- G-suite
- XCP-ng
- application security
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