2swan
Solaris ssh 포트 변경 방법 본문
sshd_config 파일 진입하여 Port 라인 수정
# vi /etc/ssh/sshd_config
svcs 명령으로 확인
# svcs -a | grep ssh
ssh restart 명령 실행
# svcadm restart svc:/network/ssh:default
sshd_config 파일 진입하여 Port 라인 수정
# vi /etc/ssh/sshd_config
svcs 명령으로 확인
# svcs -a | grep ssh
ssh restart 명령 실행
# svcadm restart svc:/network/ssh:default