Skip to content

Commit f6da142

Browse files
authored
Refine Windows ssh instructions
1 parent 891072c commit f6da142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faststart/deploy-virtual-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ Log in to your LinuxONE virtual server
178178
1. In PowerShell, enter ssh command with the private key, linux1 user ID and IP address of your server.
179179
180180
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
181-
# ssh -i "C:\path\to\your\private_key_file" linux1@serveripaddress
181+
# ssh -i "C:\path\to\your\keyname.pem" linux1@serveripaddress
182182
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183183
184-
2. In PuTTY, configure it to use the SSH key for your server. Refer to the [Setting up
184+
2. Alternatively, use PuTTY desktop application. Configure PuTTY to use the SSH key for your server. Refer to the [Setting up
185185
PUTTY on Windows to use ssh private key](PUTTY_Set_up.pdf) tutorial.
186186
187187
3. Log in to the linux1 user ID.

0 commit comments

Comments
 (0)