welcome: please sign in

Diff for "MemberManual/ShellAccess"

Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2007-11-12 04:39:00
Size: 1521
Editor: MichaelOlson
Comment: Initial contents
Revision 7 as of 2008-04-20 23:42:21
Size: 1521
Editor: DavorOcelic
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
We have several machines, which are hosted at Peer1. Here are brief descriptions of each of the machines you'll need to know about, and what they do. We have several machines. Here are brief descriptions of each of the machines you can log into.
Line 12: Line 12:
|| {{{deleuze.hcoop.net}}} || 69.90.123.67 || This is our mail server, database server, primary DNS nameserver, and the machine that serves [http://hcoop.net] ('''when the migration period is complete'''). Members may not log into this machine. ||
|| {{{mire.hcoop.net}}} || 69.90.123.68 || This is the machine that servers all of our members' websites. Members can log into this machine. ||
|| {{{mire.hcoop.net}}} || 69.90.123.68 || ||
Line 15: Line 14:
For further details on our machines, including the machines that are not listed here, take a look at the NewSystemHardware page. For further details on our machines, including the machines that are not listed here, take a look at the [:Hardware:] page.

For shell access when the
SSH machine itself is not relevant, use hostname {{{ssh.hcoop.net}}}.
Line 19: Line 20:
The only machine that you can log into as a member is {{{mire.hcoop.net}}}. Use SSH to log in, by typing the following, where '''USER''' is your HCoop username. Use SSH to log in, by typing the following, where '''USER''' is your HCoop username.
Line 22: Line 23:
ssh USER@mire.hcoop.net ssh USER@ssh.hcoop.net
Line 25: Line 26:
= Web Interface for Login= = Changing the Default Shell =

If you wish to change your login shell, then create a symlink called
{{{~/.loginshell}}} whose target is your shell of choice. Here is one
example:

{{{
ln -sf /bin/zsh ~/.loginshell
}}}

= Web Interface for Login =
Line 32: Line 43:

= Security Restrictions =

We have some security restrictions in place on the shell servers. They are documented here: ShellServerSecurityRestrictions.

This is the chapter of the MemberManual that describes how to log in to our machines, and provides a brief explanation of what our machines do.

TableOfContents

Our Machines

We have several machines. Here are brief descriptions of each of the machines you can log into.

Machine name

IP address

Description

mire.hcoop.net

69.90.123.68

For further details on our machines, including the machines that are not listed here, take a look at the [:Hardware:] page.

For shell access when the SSH machine itself is not relevant, use hostname ssh.hcoop.net.

Logging In

Use SSH to log in, by typing the following, where USER is your HCoop username.

ssh USER@ssh.hcoop.net

Changing the Default Shell

If you wish to change your login shell, then create a symlink called ~/.loginshell whose target is your shell of choice. Here is one example:

ln -sf /bin/zsh ~/.loginshell

Web Interface for Login

We also have an AJAX SSH service at [http://ssh.hcoop.net/]. This allows you to use a web browser to log into mire, provided that you have a fairly modern web browser.

Password-less Login

Consult the [:/PasswordlessLogin:Password-less Login] subpage for instructions.

Security Restrictions

We have some security restrictions in place on the shell servers. They are documented here: ShellServerSecurityRestrictions.

MemberManual/ShellAccess (last edited 2019-01-30 20:47:49 by SrikanthSastry)