SSH Secure Shell: Difference between revisions

From IThelp
m (interwiki link to norwegian info)
(Removing categories that have no meaning.)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[no:SSH_Secure_Shell]]
[[no:SSH_Secure_Shell]]
Students and staff kan use SSH to connect to [[login.uib.no]] for remote accesses to their home-directory.
In addition, SSH can be used to access electronic resources at the University of Bergen.
SSH or Secure Shell is a network protocol for secure transfer of data between server and client.
== SSH-software at UiB ==
All students and staff can freely use (none comercial use) [http://www.ssh.com/downloads/clientserver-evaluation.mpl SSH-programvaren] from [http://www.ssh.com/ ssh.com] in the version [https://tjinfo.uib.no/program https://tjinfo.uib.no/program] or [http://www.ssh.com/support/downloads/secureshellwks/non-commercial.html SSHs side for "non-commercial use"] (versjon 3.2.9).
The package contains:
* SSH Secure Shell Client (telnet-like-program)
* SSH Secure File Transfer Client (ftp-program).
The software can be downloaded from: [https://tjinfo.uib.no/program https://tjinfo.uib.no/program]
SSH follows Linux distributions, and it is not necessary with any installation.
==== Access to articles ====
Use SSH to download articles through UiB:
    ssh "username" @ login.uib.no wget "link to the article"
    scp "username" @ login.uib.no: ~/"name file" "name of file/filename you want to have"
"File Name" is usually the part after the last "/" in the link to the article. The character '"' should of course not be included.
Very often such records directly links to the file you want, but redirect you if you try to download from an none-authorized IP address.


[[Category:Security software]]
[[Category:Security software]]
[[Category:SSH]]

Latest revision as of 13:34, 9 March 2017


Students and staff kan use SSH to connect to login.uib.no for remote accesses to their home-directory. In addition, SSH can be used to access electronic resources at the University of Bergen.

SSH or Secure Shell is a network protocol for secure transfer of data between server and client.

SSH-software at UiB

All students and staff can freely use (none comercial use) SSH-programvaren from ssh.com in the version https://tjinfo.uib.no/program or SSHs side for "non-commercial use" (versjon 3.2.9).

The package contains:

  • SSH Secure Shell Client (telnet-like-program)
  • SSH Secure File Transfer Client (ftp-program).

The software can be downloaded from: https://tjinfo.uib.no/program

SSH follows Linux distributions, and it is not necessary with any installation.

Access to articles

Use SSH to download articles through UiB:

    ssh "username" @ login.uib.no wget "link to the article"
    scp "username" @ login.uib.no: ~/"name file" "name of file/filename you want to have"

"File Name" is usually the part after the last "/" in the link to the article. The character '"' should of course not be included.

Very often such records directly links to the file you want, but redirect you if you try to download from an none-authorized IP address.