In order to fully use Geneious with the LIMS/FIMS system, encrypted access to the server on which Geneious is running is necessary. This is possible either via a Virtual Private Network (VPN) or via an ssh tunnel. Both options are described here. VPN is more difficult to set up, but runs automatically in the background afterwards. The ssh connection must be started before usage of Geneious. VPN cannot be used if a firewall blocks VPN traffic (e.g. at the LIB), in this case only SSH is possible.
Access to the server is possible via VPN. We use eduVPN.
The following must be done for this:
vpn.ggbc.eu in the search field above Institute Access and click on the name displayed below.Congratulations! Now you can access e.g. the LIMS/FIMS database!
Documentation: https://www.howtogeek.com/762863/how-to-generate-ssh-keys-in-windows-10-and-windows-11/
In the power shell/command line of Windows the command:
ssh-keygen -t ed25519
and confirm all questions with Return.
This creates a directory .ssh and two files in your own directory (e.g. C:\Home\<username>). The file id_ed25519.pub contains the public key, which can be shared. The other file, id_ed25519, is the private key. This must never be copied or shared under any circumstances.
Please send the public key to datacenter@leibniz-lib.de so that access can be set up.
For daily use, it makes sense to store a shortcut for the connection: Create the file named config in the .ssh directory and copy in the following content (the User pgrobe must first be replaced by your own username!):
host cabol
HostName 217.147.233.16
User pgrobe
LocalForward 3317 127.0.0.1:3306
Please pay attention: Windows tends to create file name extensions (.txt, .cfg) itself. This must be deleted, the file must only be called „config“, otherwise it will not work!
The connection then works with: ssh cabol from Powershell.
The FIMS/LIMS connection is then: