From the course: SQL Server 2017: What's New

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Connecting to a VM with PuTTY

Connecting to a VM with PuTTY - SQL Server Tutorial

From the course: SQL Server 2017: What's New

Start my 1-month free trial

Connecting to a VM with PuTTY

- [Instructor] Now that the VM is provisioned, we need to connect to it. When we left on the last movie, we were on the overview page for the virtual machine called KinetEco2017. Now, if you're not seeing that, let me just go ahead and go back out to my main dashboard. From the dashboard, you'll just go over here to the menu, come down to Virtual Machines. That'll show you a listing of all the different virtual machines that are on your system, and we'll click on the name KinetEco2017 to get back to that overview screen. Then, from here, we'll come up and press the Connect button. That'll reveal a command that we need to run in a secure shell, or an SSH client. The command is simply SSH, space, the username that you setup, in my case it was just Adam, the symbol @ and then the IP address for the Microsoft Azure virtual machine. And there's my IP address, right there. Now, if you're on a Mac or a Linux computer, then you can simply use the built-in terminal to run this command. So…

Contents