- Open Console of System VM
- Log in using default username and password
root/password Modify the file /etc/ssh/sshd_config
a. Uncomment lines withListenAddressb. Uncomment lines withPasswordAuthentication yesand delete/comment the linePasswordAuthentication noc. Save and close
d. Restart SSH service service ssh restart- Find out the public IP of System VM from CloudStack UI by going
Infrastructure > System VMs > Chose a System VM for whom you want to enable SSH > Select public IPDo SSH by
- Do SSH by
ssh <IP from step 4> -p 3922
No comments:
Post a Comment