You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Tweaks

Turn off charging sounds

defaults write com.apple.PowerChime ChimeOnNoHardware -bool true;killall PowerChime


Git Issue After Upgrading to Ventura

Error: 

Unable to negotiate with 93.183.20.190 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
fatal: Could not read from remote repository.

Fix:

>sudo vi /etc/ssh/ssh_config


Add:


Host *
...
    HostKeyAlgorithms +ssh-rsa,ssh-dss
    PubkeyAcceptedKeyTypes +ssh-rsa



  • No labels