Showing posts with label VM VIRTUAL BOX. Show all posts
Showing posts with label VM VIRTUAL BOX. Show all posts

Tuesday, June 30, 2020

Disconnected: No supported authentication methods available (server sent publickey, gssapi-keyex gssapi-with-mic)


Disconnected: No supported authentication methods available (server sent publickey, gssapi-keyex gssapi-with-mic) 



Fix:

uncomment PasswordAuthentication yes
[root@oracle12102 ~]# cat /etc/ssh/sshd_config |grep -i Pass
# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
:wq
service sshd restart

Saturday, June 27, 2020

Changing Hostname

Changing Host name


#hostname
node01.uk.abc.com
#vi /etc/hostname
node02.uk.abc.com
:wq
restart the node
or 
restart :

hostname
node02.uk.abc.com

student guide Dataguard: GLOBAL_DBNAME = <dbuniquename>_DGMGRL.example.com  Example: listener.ora on Primary Hosts Static listener ent...