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 updated BOTH /etc/ssh/ssh_config and /etc/ssh/sshd_config on the Ventura side. Note that the additions to the two files are DIFFERENT! […]
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, October 16th, 2014
Permission denied: could not bind to address To disable on the fly: # getenforce Enforcing # setenforce 0 # getenforce Permissive # sestatus To survive a reboot: # vi /etc/sysconfig/selinux Change: SELINUX=enforcing to SELINUX=disabled ~or~ SELINUX=permissive
Categories: How-To's, Technology Tags: /etc/sysconfig/selinux, AWS, bind, Bind to Address, CentOS, getenforce, howto, Linux, Permission, Permission Denied, SELinux, setenforce, tips
| No comments