Login.uib.no: Difference between revisions

From IThelp
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
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 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 RedHat Enterprise Linux
login.uib.no runs CentOS 7.


== Available software ==
== 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 http://bs.uib.no
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


==Guides==
==File copy and synchronization of data==
===Copy files using scp/sftp on Windows===
Login.uib.no has no capacity for any synchronizing services please use sync.uib.no for that.
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.
 
[[Sync.uib.no|Click here for more information about sync.uib.no]]


===Copy files using rsync on Linux===
====Copy from login to local linux====
<pre>
rsync -vr bruker@login.uib.no:katalog/fil .
</pre>
====Copy from local Linux to login====
<pre>
rsync -vr katalog/fil bruker@login.uib.no:.
</pre>


== Technical information ==
== Technical information ==


login.uib.no is a virtual machine in our VMware Cluster. As of today it has no automatic failover but this will be setup as the new computer facility at Realfagsbygget moves to production throughout 2012.
login.uib.no is a virtual machine in our VMware Cluster.  
 
== Alternate login-service ==
 
If login.uib.no seems to be down or you have special needs, the ssh-service on ''alf.uib.no'' can also be used.


{{UD}}


[[Category:Linux]]
[[Category:Linux]]
[[Category:UD]]
[[Category:Login services]]
[[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.