welcome: please sign in

Diff for "MemberManual/ShellAccess"

Differences between revisions 4 and 13 (spanning 9 versions)
Revision 4 as of 2008-01-06 00:18:42
Size: 1910
Editor: netblock-68-183-198-50
Comment:
Revision 13 as of 2013-01-13 18:05:42
Size: 1747
Editor: ClintonEbadi
Comment: update / cat
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
[[TableOfContents]] <<TableOfContents>>
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 11: Line 11:
|| '''Machine name''' || '''IP address'''|| '''Description''' ||
|| {{{mire.hcoop.net}}} || 69.90.123.68 || This is the machine that serves all of our members' websites. Members can log into this machine. ||
|| {{{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. ||
|| '''Hostname''' || '''Machine name''' || '''IP address'''|| '''Description''' ||
|| `ssh.hcoop.net` / `bog.hcoop.net` || bog || 69.90.123.72 || Production shell server and custom daemons ||
|| `mire.hcoop.net` || mire || 69.90.123.68 || Legacy member web sites and custom daemons ||
Line 15: Line 15:
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.
Line 19: Line 19:
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 22:
ssh USER@mire.hcoop.net ssh USER@ssh.hcoop.net
Line 35: Line 35:
= 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.
Line 41: Line 38:
Consult the [:/PasswordlessLogin:Password-less Login] subpage for instructions. Consult the [[/PasswordlessLogin|Password-less Login]] subpage for instructions.
Line 45: Line 42:
We have some security restrictions in place on the shell servers. They are documented here: ShellServerSecurityRestrictions. We have some security restrictions in place on the shell servers. See FirewallRules.

= Getting technical info about the environment =
== kernel version ==
{{{#!bash
uname -r
}}}

== 32 bit or 64 bit? ==
{{{
uname -m
}}}

386 or 686 means it's 32 bit, which is the current configuration on mire. x86_64 means 64-bit, which is the configuration on bog.
----
CategoryNeedsWork CategoryMemberManual

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.

Our Machines

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

Hostname

Machine name

IP address

Description

ssh.hcoop.net / bog.hcoop.net

bog

69.90.123.72

Production shell server and custom daemons

mire.hcoop.net

mire

69.90.123.68

Legacy member web sites and custom daemons

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

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

Password-less Login

Consult the Password-less Login subpage for instructions.

Security Restrictions

We have some security restrictions in place on the shell servers. See FirewallRules.

Getting technical info about the environment

kernel version

uname -r

32 bit or 64 bit?

uname -m

386 or 686 means it's 32 bit, which is the current configuration on mire. x86_64 means 64-bit, which is the configuration on bog.


CategoryNeedsWork CategoryMemberManual

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