File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -173,12 +173,18 @@ Log in to your LinuxONE virtual server
173173 # ssh –i /path/to/key/keyname.pem linux1@serveripaddress
174174 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
175175
176- ### From Windows using PuTTY
176+ ### From Windows using PowerShell or PuTTY
177177
178- 1. Set up PuTTY to use the SSH key for your server. Refer to the [Setting up
178+ 1. In PowerShell, enter ssh command with the private key, linux1 user ID and IP address of your server.
179+
180+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
181+ # ssh -i "C:\path\to\your\private_key_file" linux1@serveripaddress
182+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183+
184+ 2. In PuTTY, configure it to use the SSH key for your server. Refer to the [Setting up
179185 PUTTY on Windows to use ssh private key](PUTTY_Set_up.pdf) tutorial.
180186
181- 2 . Log in to the linux1 user ID.
187+ 3 . Log in to the linux1 user ID.
182188
183189Important notes about your server:
184190----------------------------------
You can’t perform that action at this time.
0 commit comments