/* $Header: /afs/sipb/machine/charon2/src/RCS/use-multics.c,v 1.1 2000/06/19 08:53:19 jweiss Exp $ */
#include <stdio.h>

void main() {
  printf ("charon.mit.edu is no longer available for remote logins.\n");
  printf ("Accounts that formerly resided on charon have been moved to multics.mit.edu.\n");
  printf ("multics.mit.edu requires the use of either ssh (version 1) or encrypted\n");
  printf ("telnet to log in.  Please contact charon-maintainers@mit.edu for more\n");
  printf ("information, or if you have problems accessing your new account on multics.\n");
  fflush (stdout);
  fclose (stdout);
  fclose (stdin);
  fclose (stderr);
  exit (0);
}
