본문 바로가기

Echo

맥 SSH 터미널 재실행

sudo launchctl stop com.openssh.sshd

sudo launchctl start com.openssh.sshd

sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plist 

sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist


sudo launchctl list | grep ssh

'Echo' 카테고리의 다른 글

소스에서 특정 문자열 찾기  (0) 2015.10.30
run and compile 32bit apps on 64bit ubuntu  (0) 2015.10.20
pwntools 설치  (0) 2015.09.24
IDA 원격 디버깅 (Attach, Run)  (0) 2015.09.24