Monday, 12 September 2016

Enable SSH/SCP for CloudStack System VMs



  1. Open Console of System VM
  2. Log in using default username and password root/password
  3. Modify the file /etc/ssh/sshd_config
    a. Uncomment lines with 
    ListenAddressb. Uncomment lines with PasswordAuthentication yes and delete/comment the line PasswordAuthentication noc. Save and close
    d. Restart SSH service service ssh restart
  4. 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 
  5. Do SSH by
    ssh <IP from step 4> -p 3922
    


No comments:

Post a Comment