Lin Hong's TECH Blog! 刀不磨要生锈,人不学习要落后 - Thinking ahead

MacOS restart ssh Tips

2022-12-19
   

MacOS restart ssh Tips

 % sudo launchctl list | grep ssh
 % sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist 
 % sudo launchctl list | grep ssh                                
-	0	com.openssh.sshd
 % sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist
 % sudo launchctl list | grep ssh                               
 % sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist
 % sudo launchctl list | grep ssh                                
-	0	com.openssh.sshd
 % sudo systemsetup -getremotelogin 
Remote Login: On
 % 

Reference

11.2.3 Encryption of Tablespaces in an Oracle Data Guard Environment

Refer:

23c-help

Have a good work&life! 2022/12 via LinHong


Similar Posts

Comments