QT-DevOps / AzureIssues

This repository is for questions
8 stars 27 forks source link

i created a "VM IMAGE,LOADBALANCER and VMSS" then i tried to login using my loadbalancer ip address but im not able to login #75

Closed GaneshAmalakanti closed 4 years ago

GaneshAmalakanti commented 4 years ago

ssh -p 50000 qtdevops@52.154.154.246

ssh: connect to host 52.154.154.246 port 50000: Connection timed out

srmanikanta commented 4 years ago

Procedure to change the SSH Port for Linux or Unix Server Open the terminal application and connect to your server via SSH. Locate sshd_config file by typing the find command. Edit the sshd server file and set Port option. Save and close the file. Restart the sshd service to change the ssh port in Linux.

Are you did this? if not no need to mention -p option in ssh, it is used default port(22) commad is ssh username@ip

GaneshAmalakanti commented 4 years ago

i tried it ssh username@ip same result

srmanikanta commented 4 years ago

create one vm and then install lamp stack. then create an image,follow this link read these documents one by one and try click here-1 click here-2 click here-3 please find the steps where you are missed out. if you are not resolved the issue then update the issue.

GaneshAmalakanti commented 4 years ago

i installed lampstack and created image sucessfully then i created a loadbalancer and vmss
but still iam getting 'Connection timed out'

srmanikanta commented 4 years ago

hi ganesh, I think your are not done this job correctly please read the above documents one by one and then try. if you already resolve the issue please close the issue.