Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
67e7a15e
Commit
67e7a15e
authored
Feb 05, 2019
by
Ben Bodenmiller
Committed by
Evan Read
Feb 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: improve OpenSSH installation on Windows options
parent
a1566898
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ssh/README.md
doc/ssh/README.md
+3
-3
No files found.
doc/ssh/README.md
View file @
67e7a15e
...
@@ -19,7 +19,7 @@ comes pre-installed on GNU/Linux and macOS, but not on Windows.
...
@@ -19,7 +19,7 @@ comes pre-installed on GNU/Linux and macOS, but not on Windows.
Depending on your Windows version, there are different methods to work with
Depending on your Windows version, there are different methods to work with
SSH keys.
SSH keys.
###
Installing the SSH client for Windows 10
###
Windows 10: Windows Subsystem for Linux
Starting with Windows 10, you can
Starting with Windows 10, you can
[
install the Windows Subsystem for Linux (WSL)
](
https://docs.microsoft.com/en-us/windows/wsl/install-win10
)
[
install the Windows Subsystem for Linux (WSL)
](
https://docs.microsoft.com/en-us/windows/wsl/install-win10
)
...
@@ -27,10 +27,10 @@ where you can run Linux distributions directly on Windows, without the overhead
...
@@ -27,10 +27,10 @@ where you can run Linux distributions directly on Windows, without the overhead
of a virtual machine. Once installed and set up, you'll have the Git and SSH
of a virtual machine. Once installed and set up, you'll have the Git and SSH
clients at your disposal.
clients at your disposal.
###
Installing the SSH client for Windows 8.1 and Windows 7
###
Windows 10, 8.1, and 7: Git for Windows
The easiest way to install Git and the SSH client on Windows 8.1 and Windows 7
The easiest way to install Git and the SSH client on Windows 8.1 and Windows 7
is
[
Git for Windows
](
https://gitforwindows.org
)
. It provides a B
ASH
is
[
Git for Windows
](
https://gitforwindows.org
)
. It provides a B
ash
emulation (Git Bash) used for running Git from the command line and the
emulation (Git Bash) used for running Git from the command line and the
`ssh-keygen`
command that is useful to create SSH keys as you'll learn below.
`ssh-keygen`
command that is useful to create SSH keys as you'll learn below.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment