|
You can access the Lab UNIX / SUN stations from any computer
with Internet access.
To do so you must first connect to your ISP (Internet Service
Provider).
Using one of the lab Unix machines, the command "lab_machines"
will return the list of available Unix machines. i.e.
atrium41.its.brooklyn.cuny.edu
146.245.252.41 atrium63.its.brooklyn.cuny.edu
146.245.252.63 atrium11.its.brooklyn.cuny.edu 146.245.252.11
fldsun239.its.brooklyn.cuny.edu 146.245.252.239
The preferred connection method is SSH( Secure Shell )
which does not transmit your password in the clear across the
internet, as telnet and ftp do. SSH includes sftp ( Secure File
Transfer Protocol ) and scp ( Secure Copy )
If your are running a recent Linux, Unix or Mac system, ssh is
probably available on your system.
Source code is at http:/openssh.org. Older unix source code is
available here at /sainc/ssh-3.2.9.1.tar.gz or at
ftp://ftp.ssh.com/pub/
Putty:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
has free windows install packages. Putty also can be used as a
telnet client.
For MS windows users, ssh.com windows install packages are
available at:
http://acc4.its.brooklyn.cuny.edu/~sysadm/ssh/win/SSHSecureShellClient-3.2.9.exe
http://acc6.its.brooklyn.cuny.edu/~sysadm/ssh/win/SSHSecureShellClient-3.2.9.exe
ftp://acc5.its.brooklyn.cuny.edu/pub/sysadm/SSHSecureShellClient-3.2.9.exe
These ssh.com windows products are licensed for use with
Brooklyn College only.
First you must have internet connectivity via your ISP
(Internet Service Provider).
Non-Windows: ssh "Your_BC_Unix_login"@"one
of the machines from `lab_machines`"
MS windows: ssh or putty: Preliminary steps:ssh/putty
icon, set up profiles/saved sessions to preferred machines from
"lab_machines" ssh/putty icon select a profile
Telnet: Go to Start, Run, and then type cmd In the
cmd window, enter telnet 'one of the addresses from "lab_machines"
'
If you are going to use telnet, obtaining a good client is
suggested.
TeraTerm:
http://hp.vector.co.jp/authors/VA002416/teraterm.html HyperTerm
Private Edition: http://www.hilgraeve.com/htpe/ no longer free
|