Difference between revisions of "Access"

From Tux
Jump to: navigation, search
Line 7: Line 7:
 
We may change policies and procedures for remote access to handle the load as need arises.  
 
We may change policies and procedures for remote access to handle the load as need arises.  
  
For more information on connecting, see the following pages:
+
==Connecting in TBE B-361 in Linux==
 +
# Once logged into Linux, at the prompt type <code>ssh ''username@server''</code> (e.g. <code>ssh smithj1@bobby.cs.unlv.edu</code>) and hit '''Enter'''
 +
# An authentication warning may appear that looks like this:
 +
The authenticity of hosts 'bobby.cs.unlv.edu (131.216.23.6)' can't be established. RSA key fingerprint is
 +
xodif-lolyn-bohuh-foleg-cokec-boged-hihaf-helam-mosim-feros-pyxix
 +
Are you sure you want to continue connecting (yes/no)?
 +
# Type '''yes''' and hit '''Enter'''
 +
# Enter your password and hit '''Enter'''
  
* Terminal emulation (for writing programs)
+
 
 +
==Connecting in TBE B-361 in Windows==
 +
 
 +
==Remote access==
 
** [[Secure Shell Client]] - remote terminal access program for Windows
 
** [[Secure Shell Client]] - remote terminal access program for Windows
 
** [[PuTTY]] - remote terminal access program for Windows
 
** [[PuTTY]] - remote terminal access program for Windows
 
** [[macOS]] - remote terminal access using macOS
 
** [[macOS]] - remote terminal access using macOS
  
* File transfer (for transferring files from the server to your computer and vice versa)
+
==File transfer==
 
** [[Secure Shell Client]] - SCP/SFTP file transfer program for Windows
 
** [[Secure Shell Client]] - SCP/SFTP file transfer program for Windows
 
** [[WinSCP]] - SCP/SFTP file transfer program for Windows
 
** [[WinSCP]] - SCP/SFTP file transfer program for Windows
 
** [[Cyberduck]] - SCP/SFTP file transfer program for macOS
 
** [[Cyberduck]] - SCP/SFTP file transfer program for macOS
 
** [[fugu]] - SCP/SFTP file transfer program for macOS
 
** [[fugu]] - SCP/SFTP file transfer program for macOS

Revision as of 11:37, 12 January 2018

SSH (secure shell), SCP (secure copy), and SFTP (SSH file transfer protocol) access to

  • bobby.cs.unlv.edu (131.216.23.6)
  • cardiac.cs.unlv.edu (131.216.23.8)
  • java.cs.unlv.edu (131.216.23.15)

via Internet is presently available.

We may change policies and procedures for remote access to handle the load as need arises.

Connecting in TBE B-361 in Linux

  1. Once logged into Linux, at the prompt type ssh username@server (e.g. ssh smithj1@bobby.cs.unlv.edu) and hit Enter
  2. An authentication warning may appear that looks like this:
The authenticity of hosts 'bobby.cs.unlv.edu (131.216.23.6)' can't be established. RSA key fingerprint is 
xodif-lolyn-bohuh-foleg-cokec-boged-hihaf-helam-mosim-feros-pyxix 
Are you sure you want to continue connecting (yes/no)?
  1. Type yes and hit Enter
  2. Enter your password and hit Enter


Connecting in TBE B-361 in Windows

Remote access

    • Secure Shell Client - remote terminal access program for Windows
    • PuTTY - remote terminal access program for Windows
    • macOS - remote terminal access using macOS

File transfer

    • Secure Shell Client - SCP/SFTP file transfer program for Windows
    • WinSCP - SCP/SFTP file transfer program for Windows
    • Cyberduck - SCP/SFTP file transfer program for macOS
    • fugu - SCP/SFTP file transfer program for macOS