welcome: please sign in

Diff for "MemberManual/ShellAccess"

Differences between revisions 8 and 9
Revision 8 as of 2008-04-30 14:50:30
Size: 1529
Editor: AdamChlipala
Comment: mire -> ssh
Revision 9 as of 2008-07-07 04:28:15
Size: 1532
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
[[TableOfContents]] <<TableOfContents>>
Line 14: Line 14:
For further details on our machines, including the machines that are not listed here, take a look at the [:Hardware:] page. For further details on our machines, including the machines that are not listed here, take a look at the [[Hardware]] page.
Line 36: Line 36:
We also have an AJAX SSH service at [http://ssh.hcoop.net/]. This allows you to use a web browser to SSH in, provided that you have a fairly modern web browser. We also have an AJAX SSH service at [[http://ssh.hcoop.net/]]. This allows you to use a web browser to SSH in, provided that you have a fairly modern web browser.
Line 40: Line 40:
Consult the [:/PasswordlessLogin:Password-less Login] subpage for instructions. Consult the [[/PasswordlessLogin|Password-less Login]] subpage for instructions.

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

mire

69.90.123.68

"Production" 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

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 SSH in, provided that you have a fairly modern web browser.

Password-less Login

Consult the 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)