Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
Todor Kondic
courses
Commits
16377360
Unverified
Commit
16377360
authored
Mar 24, 2020
by
Todor Kondic
Browse files
Update ssh over Windows
parent
3a44181f
Pipeline
#23280
passed with stage
in 1 minute and 48 seconds
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
2020/2020-02-15_gnuLinuxCourse/resources.md
View file @
16377360
...
...
@@ -56,6 +56,6 @@ their [many excellent learning resources](https://ulhpc-tutorials.readthedocs.io
A venerable collection of GNU and Open Source tools which provide
functionality similar to a Linux distribution on Windows.
*
[
MobaX
T
erm
](
https://mobaxterm.mobatek.net/
)
*
[
MobaX
t
erm
](
https://mobaxterm.mobatek.net/
)
A more sleek variant of _Cygwin_. Freeware (for personal use), not
open source.
2020/2020-02-15_gnuLinuxCourse/
ex/
ssh_win.md
→
2020/2020-02-15_gnuLinuxCourse/
slides/ex_ssh_win/ex_
ssh_win.md
View file @
16377360
# Securely Accessing a GNU/Linux Server from Windows
# Creating a SSH Session (MobaXterm@Win)
<div
class=
"multicol"
>
<div
class=
"col"
data-markdown
>
## Prerequisites
*
Download and install
[
MobaXTerm
][
1
]
*
Connect to the UL VPN
## Start MobaXterm
*
Click on the
`Sessions`
Tab
*
Select
`User Sessions`
## Start
</div>
<div
class=
"col"
data-markdown
>
## MobaXterm Start
![
something
][
start
]
</div>
</div>
...
...
@@ -19,5 +37,4 @@
[
1
]:
https://mobaxterm.mobatek.net/download-home-edition.html
<!-- Figures -->
[
start
]:
variae/figs/mxt_shots/mobaxterm_start.png
"MobaXTerm start screen"
2020/2020-02-15_gnuLinuxCourse/slides/ex_ssh_win/prerequisites.md
0 → 100644
View file @
16377360
# Prerequisites
*
Download and install
[
MobaXterm
][
1
]
*
Connect to the UL VPN
2020/2020-02-15_gnuLinuxCourse/slides/ex_ssh_win/session_ssh.md
0 → 100644
View file @
16377360
# Select SSH Session from the Sessions Window
![][
sessions
]
[
sessions
]:
variae/figs/mxt_shots/mobaxterm_sessions.png
"MobaXterm start screen"
2020/2020-02-15_gnuLinuxCourse/slides/ex_ssh_win/session_start_screen.md
0 → 100644
View file @
16377360
# MobaXterm -> Sessions -> User Sessions
![][
start
]
[
start
]:
variae/figs/mxt_shots/mobaxterm_start.png
"MobaXterm start screen"
2020/2020-02-15_gnuLinuxCourse/slides/ex_ssh_win/ssh_keygen.md
0 → 100644
View file @
16377360
# Generating SSH Keys
![][
shell
]
[
shell
]:
variae/figs/mxt_shots/mobaxterm_gen_key_start.png
"Generating SSH keys"
2020/2020-02-15_gnuLinuxCourse/slides/ex_ssh_win/ssh_shell.md
0 → 100644
View file @
16377360
# We're in!
![][
keys
]
[
keys
]:
variae/figs/mxt_shots/mobaxterm_sshshell.png
"SSH Shell"
2020/2020-02-15_gnuLinuxCourse/slides/ex_ssh_win/ssh_window.md
0 → 100644
View file @
16377360
# SSH Window
<div
class=
"multicol"
>
<div
class=
"col"
data-markdown
>
## Important Fields
1.
Hostname, or the IP address of the server
2.
Username associated with your account on the server
3.
Server-side SSH port
4.
If key-based authentication, provide your private key here
<!-- .element: class="fragment" -->
1.
`linuxcourse-test.lcsb.uni.lu`
, or 10.240.16.69
2.
Your username
3.
8022 (if we managed to change that :) )
4.
Nothing yet
</div>
<div
class=
"col"
data-markdown
>
![][
sshwindow
]
</div>
</div>
[
sshwindow
]:
variae/figs/mxt_shots/mobaxterm_ssh_interactive.png
"MobaXterm SSH setup"
2020/2020-02-15_gnuLinuxCourse/slides/ex_ssh_win/ssh_window_filled.md
0 → 100644
View file @
16377360
# Filled Session Form
![][
sshfill
]
[
sshfill
]:
variae/figs/mxt_shots/mobaxterm_ssh_shell_filled.png
"MobaXterm SSH Filled Form"
2020/2020-02-15_gnuLinuxCourse/slides/intro_aim.md
View file @
16377360
...
...
@@ -5,7 +5,7 @@
<!-- .element: class="fragment" -->
+
For Windows users
-
[
MobaX
T
erm
][
1
]
, big, bloated, and freeware (which means that
-
[
MobaX
t
erm
][
1
]
, big, bloated, and freeware (which means that
sooner, or later they'll ask for your money), but does many other
useful things besides SSH (and is _recommended by R3_)
-
[
PuTTY
][
2
]
, simple, ugly, but efficient and open source and does only SSH
...
...
2020/2020-02-15_gnuLinuxCourse/slides/list.json
View file @
16377360
...
...
@@ -5,5 +5,12 @@
{
"filename"
:
"intro_aim.md"
},
{
"filename"
:
"ssh_intro.md"
},
{
"filename"
:
"ssh_intro_2.md"
},
{
"filename"
:
"ssh_intro_3.md"
}
{
"filename"
:
"ssh_intro_3.md"
},
{
"filename"
:
"ssh_outline.md"
},
{
"filename"
:
"ex_ssh_win/prerequisites.md"
},
{
"filename"
:
"ex_ssh_win/session_start_screen.md"
},
{
"filename"
:
"ex_ssh_win/session_ssh.md"
},
{
"filename"
:
"ex_ssh_win/ssh_window.md"
},
{
"filename"
:
"ex_ssh_win/ssh_shell.md"
},
{
"filename"
:
"ex_ssh_win/ssh_keygen.md"
}
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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