Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

11-April-2014 - noric and yakut aliases being removed on 5-May-2014

On 5-May-2014, the noric and yakut aliases will be removed.

Please use the following names to access the compute interactive login machines:

rhel5-32
rhel5-64
rhel6-32
rhel6-64

It was previously announced on comp-change that the noric alias would be
moved from rhel5-32 to rhel6-64.  However, at the latest quarterly Town Hall
Meeting for Unix Services, there was a request from the community to simply
remove the old aliases to avoid confusion.

24-March-2014 - Turning off authenticated ftp on ftp.slac.stanford.edu

...


Authenticated (as opposed to anonymous) FTP generally sends a clear-text account name and
password across the network making it one of the least secure protocols still in use today.
We need to phase out the use of authenticated FTP as soon as we can.

Anonymous FTP does not by its nature expose passwords, and is not a target of this phase out.

The first phase of this process occurred a number of years ago when we restricted FTP
connections from offsite to a small set of approved FTP servers (those with hostnames
beginning with "ftp"), and set the default configuration for newly installed Linux
systems to disable FTP service.

Secure alternatives include scp, sftp, rsync via ssh, bbcp, bbftp, and direct copy using
the AFS client on Windows, Macs, or UNIX systems. UNIX users can find more information
about most of these programs from their man pages. Windows users can find information
about WinSCP, a popular scp client program for Windows, at https://xweb.slac.stanford.edu/.

...