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
- PFSS
- conda
- Docker
- 1.9
- HPCM
- HPE
- ubuntu
- LUSTRE
- gpfs
- HPFSS
- Linux
- nvidia
- hpcm패치
- 1.10
- java
- Singularity
- Cray
- Source
- version
- build
- infiniband
- SLURM
- CPU
- CUDA
- Kernel
- rhel
- patch
- top500
- GPU
- AMD
Archives
- Today
- Total
목록SSH (1)
HPE CRAY 자료 공유
[보안팁] root 계정 원격 접속 제한
[/etc/ssh/sshd_config] #Port 22 Port 22022 #PermitRootLogin yes PermitRootLogin no Match Address 192.168.0.0/24 PermitRootLogin yes ※ sshd port를 22022로 변경 ※ root 계정을 차단하고, "192.168.0.0/24"에 대해서만 root 접속을 허용 [/etc/ssh/ssh_config] Host * Port 22022 ※ 변경한 노드들 사이에 22022 포트를 이용해서 ssh 접속을 하도록 설정 서비스 재 기동 # systemctl restart sshd.service # systemctl status sshd.service
Applications/LINUX
2023. 3. 6. 11:37