Size: 2064
Comment:
|
Size: 2068
Comment: typo
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
In here you will find information about how to login into our servers from wur and outside wur (home,...) | In here you will find information about how to login into our servers from MIB and outside MIB (home,...) |
Line 21: | Line 21: |
There is more than one way to make a connection, all Windows machines should have access to the program MobaXterm. If that is not the case for you please contact MailTo(servicedesk.it@wur.nl) | There is more than one way to make a connection, all Windows machines should have access to the program MobaXterm. If that is not the case for you please contact <<MailTo(servicedesk.it@wur.nl)>> |
Line 30: | Line 30: |
In a terminal type the following command to start the login process. | Enter the following command in a terminal to start the login process. |
Line 44: | Line 44: |
When connecting to the system for the first time, SSH will ask you to confirm that you want to login to the machine say yes. Then you will be asked for a password every time you log in. | When connecting to the system for the first time, SSH will ask you to confirm your wish to login to the machine. Enter yes. Then you will be asked for a password every time you log in. |
Line 49: | Line 49: |
Choose one of the following commands to log out, | Choose one of the following commands to log out. |
First login
New users, Welcome!!!
Now you have got an account on the MIB system, you should make sure that everything works fine for you.
In here you will find information about how to login into our servers from MIB and outside MIB (home,...)
How to connect to the MIB system
We use the SSH protocol to login to our machines systems, the authentication relies on a global MIB authentication server.
- service/protocol
- ssh
- host name
- potato.wurnet.nl
- port
- 22
Using Windows
There is more than one way to make a connection, all Windows machines should have access to the program MobaXterm. If that is not the case for you please contact <servicedesk.it@wur.nl>
Using Mac OS
Make sure you have access to a terminal and install the software XQuartz to be able to use graphical interface. You need to set up the VPN to able to login outside WUR environment.
LOG IN
Enter the following command in a terminal to start the login process.
Replace <your_username> with the username you received from the local admin.
ssh <your_username>@potato.wurnet.nl
OR to enable X server,
ssh -Y <your_username>@potato.wurnet.nl
When connecting to the system for the first time, SSH will ask you to confirm your wish to login to the machine. Enter yes. Then you will be asked for a password every time you log in. We recommend setting up a ssh key to secure your connection the server, see below.
LOG OUT
Choose one of the following commands to log out.
exit #OR logout
Setting up SSH-KEY
Coming soon