Skip to content

Commit 891072c

Browse files
authored
Add PowerShell option
1 parent 18c8734 commit 891072c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

faststart/deploy-virtual-server.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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
183189
Important notes about your server:
184190
----------------------------------

0 commit comments

Comments
 (0)