User Tools

Site Tools


ssh_login

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
ssh_login [2022/04/29 17:01]
pwolinsk
ssh_login [2023/06/07 18:39]
root
Line 7: Line 7:
 An ''ssh'' client is needed on your workstation to access the ''ssh'' login hosts.  The https web portal  An ''ssh'' client is needed on your workstation to access the ''ssh'' login hosts.  The https web portal 
 [[ portal_login ]] has an ''ssh'' text emulator in-browser if you don't have an ''ssh'' client available. An  [[ portal_login ]] has an ''ssh'' text emulator in-browser if you don't have an ''ssh'' client available. An 
-''ssh'' client (and file-transfer ''scp,sftp'') are usually installed by default on linux and Mac workstations. More guidance on how to find the ''ssh'' client on a [[https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac#:~:text=On%20your%20Mac%2C%20do%20one,%2C%20then%20double%2Dclick%20Terminal.|Mac]] and [[https://www.dell.com/support/kbdoc/en-us/000130703/the-command-prompt-what-it-is-and-how-to-use-it-on-a-dell-system|other linux operating system]]. On Windows 7 or 10 we recommend the stand-alone program [[ https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html | PuTTY ]].  With the PuTTY ssh client ''putty.exe'' you will probably also need a file-transfer program from the same site, either ''pscp.exe'' or ''psftp.exe''Windows 10 can also install a near-complete clone of Linux including ''ssh,scp,sftp'' called [[ https://docs.microsoft.com/en-us/windows/wsl/wsl2-install | WSL ]]. If you want an explorer-like GUI for ssh and file transferthere is a free installable download   +''ssh'' client (and file-transfer ''scp,sftp'') are usually installed by default on linux and Mac workstations. More guidance on how to find the ''ssh'' client on a [[https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac#:~:text=On%20your%20Mac%2C%20do%20one,%2C%20then%20double%2Dclick%20Terminal.|Mac]] and [[https://www.dell.com/support/kbdoc/en-us/000130703/the-command-prompt-what-it-is-and-how-to-use-it-on-a-dell-system|other linux operating system]].  
-[[ https://downloads.uark.edu/ssh/sshwinsecureshell-3.2.9.exe | sshwinsecureshell-3.2.9.exe ]]. If workstation disk space is a considerationPuTTY is small, sshwinsecureshell medium, WSL large.+ 
 +On Windows you have several choices 
 + 
 + the stand-alone program [[ https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html | PuTTY ]] with Win 7,10,11. With the PuTTY ssh client ''putty.exe'' you will probably also need a file-transfer program from the same site, either ''pscp.exe'' or ''psftp.exe''The two programs are somewhat different interfaces to the same protocol.  The stand-alone executables are very small and lightweight programs. 
 + 
 + - Win 10 or 11 can also install a near-complete clone of Linux from Microsoft including ''ssh,scp,sftp'' called [[ https://docs.microsoft.com/en-us/windows/wsl/wsl2-install | WSL ]]. This is our preferred solution for Windows workstationsas it includes standard Linux utilities.  In the WSL terminal you will need to enable cut/paste in terminal properties. WSL takes some resources on your workstation as it is almost full virtual machine.  You can configure your system to use just about any Linux distribution with WSL, Ubuntu is the default.  There are two [[ https://learn.microsoft.com/en-us/windows/wsl/compare-versions | Versions ]] and you can configure your installation to use eitherIn short, WSL is better Linux emulation but WSL 1 makes better use of the local NTFS filesystem if you want to share data with native Windows. 
 + 
 + Win 10 or 11 should also have native Microsoft OpenSSH ''ssh.exe'' installed. If your workstation is attached to the UA campus Windows networkyou should specify your login name to ssh even if looks the same as your windows login name: 
 + 
 +<code> 
 +ssh feynman@hpc-portal2.hpc.uark.edu 
 +</code> 
 + 
 +If you don't specify your nameit will assign your Windows network name gacl/feynman which will fail authentication on our login nodes. 
 + 
 +We previously recommended sshwinsecureshell-3.2.9 which no longer works with Rocky 8..
  
 **Login Set-up:** **Login Set-up:**
Line 15: Line 30:
 **Don't put passwords in emails.** AHPCC doesn't know and can't change UArk passwords, use [[ https://account.uark.edu ]] or ITS support. We can determine if an AHPCC login host shows a password as failed or accepted. If you fail UArk authentication three times, you won't be able to login for half an hour.  If an AHPCC login host fails to answer or fails to login, contact hpc-support@listserv.uark.edu . It may help to first try another login host and/or a protected ITS host such as [[ https://account.uark.edu ]] to help determine if it is a host, network, or account/password issue. **Don't put passwords in emails.** AHPCC doesn't know and can't change UArk passwords, use [[ https://account.uark.edu ]] or ITS support. We can determine if an AHPCC login host shows a password as failed or accepted. If you fail UArk authentication three times, you won't be able to login for half an hour.  If an AHPCC login host fails to answer or fails to login, contact hpc-support@listserv.uark.edu . It may help to first try another login host and/or a protected ITS host such as [[ https://account.uark.edu ]] to help determine if it is a host, network, or account/password issue.
  
- 
-==== AHPCC Login Advisor ==== 
-Due to network security concerns, UAF ITS networking team restricts access to AHPCC resources.  IP addresses of AHPCC clients are divided into 3 groups:  
-  * UAF campus 
-  * Research network  
-  * Commodity internet 
-The appropriate login point and login method to AHPCC depend on which of these 3 IP groups the source IP belongs to. [[http://hpcwiki.uark.edu/login-advisor|AHPCC Login Advisor]] attempts to point users to the correct login point and method. 
  
  
ssh_login.txt · Last modified: 2023/06/07 18:48 by root