You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
useradd -m -G wheel -d /home/oracle -s /bin/bash oracle
passwd oracle
(then type in password)
(Optional) Disable Root Login to system and for SSH, and Disable DNS Lookups on ssh
sed -i "s/#PermitRootLogin yes/PermitRootLogin no/" /etc/ssh/sshd_config
sed -i "s/#UseDNS yes/UseDNS no/" /etc/ssh/sshd_config
systemctl restart sshd
usermod -p '!' root
Disable consistent device naming (Optional - after reboot, internames names will be different, make sure to update /etc/sysconfig/network-scripts/ifcfg-* to proper new names)