SCV Security and Access
Accounts
To access SCV systems you need an SCV account consisting of a username and password. SCV managed accounts are separate from general Boston University (BU) accounts, commonly referred to as "Kerberos" accounts. Having a BU Kerberos username and password does not give you access to SCV systems. You must obtain a separate account.
For the SCF facilities, this means you must apply for or be part of a project (see Scientific Computing Facilities Resource Requests).
Once you have your SCF account, you can log in to the following machines (also see SCV Computing and Visualization Facilities and SCV Computers and Workstations). Users must use the program ssh to login to these machines:
- SCF facilities (common password)
Passwords
When you first receive an SCF account, you should receive mail with instructions on how to set your initial password (and username if you need one).
Once you have logged in to our systems, you can change your password by logging in to the machine twister.bu.edu and running the command passwd.
If you ever forget your SCF/Twister password, you should send email to scfacct@bu.edu. You can also call Aaron Fuegi at (617) 353-8255.
Access
For external access to SCV systems, users must use ssh.
1. ssh - Ssh is the preferred method. It is secure, widely available, and automatically handles all X11 forwarding, obviating the need for xhost and xauth. Please use ssh to connect to SCV systems whenever possible. Clients exist for most every operating system including UNIX, Windows, and Mac. (SSH Information)
To connect to twister.bu.edu using ssh from other UNIX machines, use the following syntax:
acs1% ssh twister.bu.edu (if your username on acs1 and twister are the same)
or
otherhost% ssh username@twister.bu.edu (if your username is different on twister)
2. rsh, rlogin, and other r* connections are permitted from one SCV machine to another. R* connections originating from non-SCV systems are not allowed.
(see also .rhosts information)
3. For file transfer, traditional ftp is not allowed. Use either Secure ftp or scp.
Ssh clients are available for various platforms in both freeware and commercial versions.
Note: The information on this page merely identifies the available implementations of the Ssh Protocol. Determining the legality of the use of any of these software products is YOUR responsibility.
Clients for Unix
Source code for Unix machines is freely available and can be found at the Openssh home page. A commercial version of Ssh for Unix is sold by Data Fellows.
Clients for Microsoft Windows
PuTTY is a free, Boston University supported, ssh client that is available for the Windows platform. In addition to PuTTY, downloads of PSCP and PSFTP are also available for aiding in secure file transfers between Windows and SCF machines.
Clients for Macintosh
Mac OSX has a builtin version of ssh. Mac OS's prior to OS X can use NiftyTelnet 1.1 SSH r3.
Document Name: security_and_access
Author/Maintainer: Wayne Gilmore (waygil@bu.edu)
Keywords: security, access, login, ssh
Created January 13, 2000; Last Revised January 23, 2007; Last Modified 14:17 23-Jan-07
URL of this document: http://scv.bu.edu/documentation/software-help/system-usage/scv-security-access.html
Go up to SCV Software Packages
|