Skip to content
Snippets Groups Projects
Unverified Commit 16377360 authored by Todor Kondic's avatar Todor Kondic
Browse files

Update ssh over Windows

parent 3a44181f
No related branches found
No related tags found
2 merge requests!72Regular merge of develop,!69Linux course
Showing
with 112 additions and 3 deletions
...@@ -56,6 +56,6 @@ their [many excellent learning resources](https://ulhpc-tutorials.readthedocs.io ...@@ -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 A venerable collection of GNU and Open Source tools which provide
functionality similar to a Linux distribution on Windows. functionality similar to a Linux distribution on Windows.
* [MobaXTerm](https://mobaxterm.mobatek.net/) * [MobaXterm](https://mobaxterm.mobatek.net/)
A more sleek variant of _Cygwin_. Freeware (for personal use), not A more sleek variant of _Cygwin_. Freeware (for personal use), not
open source. open source.
# Securely Accessing a GNU/Linux Server from Windows # Creating a SSH Session (MobaXterm@Win)
<div class="multicol">
<div class="col" data-markdown>
## Prerequisites ## 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] ![something][start]
</div>
</div>
...@@ -19,5 +37,4 @@ ...@@ -19,5 +37,4 @@
[1]: https://mobaxterm.mobatek.net/download-home-edition.html [1]: https://mobaxterm.mobatek.net/download-home-edition.html
<!-- Figures -->
[start]: variae/figs/mxt_shots/mobaxterm_start.png "MobaXTerm start screen"
# Prerequisites
* Download and install [MobaXterm][1]
* Connect to the UL VPN
# Select SSH Session from the Sessions Window
![][sessions]
[sessions]: variae/figs/mxt_shots/mobaxterm_sessions.png "MobaXterm start screen"
# MobaXterm -> Sessions -> User Sessions
![][start]
[start]: variae/figs/mxt_shots/mobaxterm_start.png "MobaXterm start screen"
# Generating SSH Keys
![][shell]
[shell]: variae/figs/mxt_shots/mobaxterm_gen_key_start.png "Generating SSH keys"
# We're in!
![][keys]
[keys]: variae/figs/mxt_shots/mobaxterm_sshshell.png "SSH Shell"
# 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"
# Filled Session Form
![][sshfill]
[sshfill]: variae/figs/mxt_shots/mobaxterm_ssh_shell_filled.png "MobaXterm SSH Filled Form"
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<!-- .element: class="fragment" --> <!-- .element: class="fragment" -->
+ For Windows users + For Windows users
- [MobaXTerm][1], big, bloated, and freeware (which means that - [MobaXterm][1], big, bloated, and freeware (which means that
sooner, or later they'll ask for your money), but does many other sooner, or later they'll ask for your money), but does many other
useful things besides SSH (and is _recommended by R3_) useful things besides SSH (and is _recommended by R3_)
- [PuTTY][2], simple, ugly, but efficient and open source and does only SSH - [PuTTY][2], simple, ugly, but efficient and open source and does only SSH
......
...@@ -5,5 +5,12 @@ ...@@ -5,5 +5,12 @@
{ "filename" : "intro_aim.md"}, { "filename" : "intro_aim.md"},
{ "filename" : "ssh_intro.md"}, { "filename" : "ssh_intro.md"},
{ "filename" : "ssh_intro_2.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"}
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment