meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
general:computerenvironment:ssh_windows [2020/04/20 10:06] – [Using MobaXterm (recommended)] felix | general:computerenvironment:ssh_windows [2022/02/25 12:24] (current) – [Accessing the ApplBio Computer system] ingo | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Using MobaXterm ===== | ===== Using MobaXterm ===== | ||
- | - Download the zip file from the mail you received. | + | - Download the zip file from the mail you received. |
- Unpack zip file to a place that you will find again. It contains the openssh key, a .pub document and a textfile with the password you will need later | - Unpack zip file to a place that you will find again. It contains the openssh key, a .pub document and a textfile with the password you will need later | ||
- Download the MobaXterm installer [[https:// | - Download the MobaXterm installer [[https:// | ||
- Start MobaXterm with the Desktop shortcut or from your startbar | - Start MobaXterm with the Desktop shortcut or from your startbar | ||
- | - At the 'Find existing session or server name' prompt enter mbwt??@141.2.46.150 | + | - At the 'Find existing session or server name' prompt enter YourUserName@IP-Address |
- Click on new session | - Click on new session | ||
- Select SSH as the connection type | - Select SSH as the connection type | ||
- Click on the advanced settings register | - Click on the advanced settings register | ||
- Check the 'Use private key' box and use the little file icon to browse to your openssh key | - Check the 'Use private key' box and use the little file icon to browse to your openssh key | ||
- | - Click on okay and enter the password from the folder with the ssh key. (Anything you type or paste here will not be visible for safety reasons. Just press enter after you typed the password). | + | - Click on okay and enter the password from the folder with the ssh key. (Anything you type or paste here will not be visible for safety reasons. Just press enter after you typed the password |
- Now you are inside of your home directory inside our computer environment. You can navigate through here using the bash commands you learned in the bootcamp | - Now you are inside of your home directory inside our computer environment. You can navigate through here using the bash commands you learned in the bootcamp | ||
- You can open new registers any time to browse your local computer in a linux environment | - You can open new registers any time to browse your local computer in a linux environment | ||
Line 22: | Line 22: | ||
- When you open MobaXterm the next time, you can use the existing session for easy access | - When you open MobaXterm the next time, you can use the existing session for easy access | ||
- | **IMPORTANT: | + | ===== Accessing the ApplBio Computer system ===== |
+ | Continue reading only if you attempt to access the ApplBio system via the IP-Address <fc blue> | ||
+ | |||
+ | **IMPORTANT: | ||
< | < | ||
- | mbwt21@gateway: | + | username@gateway: |
</ | </ | ||
- | Since we don't want to use the general | + | The id left of the " |
+ | |||
+ | <wrap important></ | ||
< | < | ||
ssh pool?? | ssh pool?? | ||
Line 32: | Line 37: | ||
You should see something like this: | You should see something like this: | ||
< | < | ||
- | mbwt21@pool??:~$ | + | username@pool??:~$ |
</ | </ | ||
- | Be sure to change the question marks to the digits from the identifier you received via email. Now, all computations will run with the hardware of our computer environment (and not from your home PC). | + | <wrap important> |
- | + | ||
+ | Also, check out [[https:// | ||
+ | . |