Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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


Git Issue After Upgrading to Ventura

Error: 

Code Block
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:


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