반응형
1. 암호화 알고리즘 확인
#authconfig —test | grep hashing
password hashing algorithm is md5
2. 변경가능 패스워드 알고리즘 확인
#authconfig —help | grep passalgo
—passalgo=<descrpyt | bigcrypt | md5 | sha256 | sha512>
3. 알고리즘 변경
#authconfig —passalgo=512 —update
4. 결과 적용 확인
#authconfig —test | grep hashing
passwor hashing algorithm is sha512
#cat /etc/login.defs
반응형
'Linux > Note' 카테고리의 다른 글
TSR 로그 추출 (0) | 2025.01.06 |
---|---|
파일전송(rsync, scp) (0) | 2024.09.30 |
시간 설정 (1) | 2024.09.26 |
방화벽 cli (0) | 2024.09.26 |
리눅스 오픈파일 개수 관련 (0) | 2024.09.26 |