Author:
erics, May 19th, 2023
I was unable to login from my old iMac running Yosemite to my new iMac running Ventura using RSA keys. It turns out that RSA key support was disabled in Ventura. To correct the problem, I added the following two lines to the bottom of /etc/ssh/sshd_config:
|
HostkeyAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms +ssh-rsa |
Categories: How-To's, Technology Tags: denied, HostKeyAlgorithms, howto, key, login, MacOS, OSX, Permission, Pubkey, PubkeyAcceptedAlgorithms, PublicKey, RSA, ssh, sshd, tips, Ventura, Yosemite
|
No comments
Author:
erics, November 24th, 2022
PROBLEM: Unable to sign out of iCloud on OSX Yosemite or disable Keychain SOLUTION: Delete the following, then reboot:
|
~/Library/Application Support/iCloud/ ~/Library/Preferences/Mobile*.plist |
Categories: Technology Tags: 10.10.5, Delete, Error, howto, iCloud, Library, macosx, OSX, plist, Preferences, Remove, tips, Yosemite
|
No comments
Author:
erics, August 12th, 2016
sudo /usr/sbin/installer -pkg /path/to/yourFile.pkg -target /
Categories: How-To's, Technology Tags: apple, cli, Command, Command line, howto, Install, installer, macosx, OSX, Package, pkg, sudo, Terminal, tips, Yosemite
|
No comments
Author:
erics, October 29th, 2014
SET THE DEFAULT TO SHOW Run this command in a Terminal window: defaults write com.apple.finder AppleShowAllFiles YES Relaunch Finder: Hold down the Option/ALT key on your keyboard, then right-click the Finder icon in the dock and select Relaunch. SET THE DEFAULT TO HIDE defaults write com.apple.finder AppleShowAllFiles NO then relaunch finder as above.
Categories: How-To's, Technology Tags: Command, Command line, defaults, defaults write, Exec, Execute, Finder, Hide, howto, MacOS, macosx, OSX, Show, Terminal, tips, Yosemite
|
No comments
Author:
erics, November 18th, 2013
YMMV…
|
rm ~/Library/PubSub/Database/Database.sqlite3 cd ~/Library/PubSub/Feeds; rm -r * rm ~/Library/Safari/WebpageIcons.db |
/usr/bin/sqlite3 ~/Library/PubSub/Database/Database.sqlite3 vacuum
Categories: How-To's, Technology Tags: apple, crash, Crashes, Crashing, howto, Mac, macosx, OSX, Safari, tips
|
No comments
Author:
erics, August 22nd, 2013
In Terminal:
|
sudo mv /Library/Preferences/SystemConfiguration/com.apple.network.eapolclient.configuration.plist /Library/Preferences/SystemConfiguration/com.apple.network.eapolclient.configuration.plist.good |
Then reboot. YMMV… This is why I am so upset with Apple these days – they constantly “dumb-down” MacOSX, removing features to “protect” the innocent public from harming themselves with the click of a mouse. Perfectly reasonable advanced features that existed in 10.6.8 are no-where to be found in 10.7 Lion (bad) […]
Categories: How-To's, Technology Tags: 802.1X, Delete, howto, Lion, macosx, OSX, Profile, Remove, tips
|
1 comment
Author:
erics, May 24th, 2012
Apple’s 10.7 Lion, is NOT my favorite iteration of MacOSX. They continue to make the OS more Windows-like, which means they have started down that slippery slope… In Snow Leopard, I could have my ssh sessions running for weeks. In Lion, the ssh sessions time out with nasty errors, including “Write failed: Broken pipe”. After […]
Categories: How-To's, Technology Tags: apple, Config, howto, Keepalive, Lion, Mac, macosx, OSX, ssh, Terminal, tips
|
4 comments