Login.uib.no: Difference between revisions

From IThelp
St01368 (talk | contribs)
Created page with '{{UD}}no:login.uib.no Login.uib.no is open for logins through ssh from the world. You can use commands like scp, rsync and sftp too to transfer files or you can connect t…'
 
Has057 (talk | contribs)
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{UD}}[[no:login.uib.no]]
[[no:login.uib.no]]
Login.uib.no is open for logins through [[ssh]] from the world. You can use commands like scp, rsync and sftp too to transfer files or you can connect to other machines on camus (e.g. your work station or computing servers). Login uses the UiB Linux Client setup.


==Guides==
== About the login service ==
===Copy files using scp/sftp on Windows===
Use [[WinSCP]] or [[SSH Secure Shell]] or similar software that supports scp/sftp and point it to login.uib.no on port 22 using protocol ssh/scp/sftp.


===Copy files using rsync on Linux===
login.uib.no is open for logins through ssh from the all over the world. Services it provides are primarily console and further login access to other resource at UiB.
====Copy from login to local linux====
 
<pre>
login.uib.no runs CentOS 7.
rsync -vr bruker@login.uib.no:katalog/fil .
 
</pre>
== Available software ==
====Copy from local Linux to login====
 
<pre>
login is not to be used to run graphical or processor-intensive software. If you have a need for software that you think should be on login, please tell us at https://hjelp.uib.no
rsync -vr katalog/fil bruker@login.uib.no:.
 
</pre>
==File copy and synchronization of data==
Login.uib.no has no capacity for any synchronizing services please use sync.uib.no for that.
 
[[Sync.uib.no|Click here for more information about sync.uib.no]]
 
 
== Technical information ==
 
login.uib.no is a virtual machine in our VMware Cluster.  


==Setup==
Login is in reality two machines, placed at different locations for redundancy. The nodes Login1 and Login2 will automatically take both addresses if it looses contact with the other. When one connect to login.uib.no one will be connected to a random node, but you may also use the direct address (e.g. login1.uib.no) if need be.


[[Category:Linux]]
[[Category:Linux]]
[[Category:Login services]]

Latest revision as of 09:20, 17 April 2020


About the login service

login.uib.no is open for logins through ssh from the all over the world. Services it provides are primarily console and further login access to other resource at UiB.

login.uib.no runs CentOS 7.

Available software

login is not to be used to run graphical or processor-intensive software. If you have a need for software that you think should be on login, please tell us at https://hjelp.uib.no

File copy and synchronization of data

Login.uib.no has no capacity for any synchronizing services please use sync.uib.no for that.

Click here for more information about sync.uib.no


Technical information

login.uib.no is a virtual machine in our VMware Cluster.