15302883.html - pabloviquez/docutest GitHub Wiki

Starkey Foundation - Starkey Video : QA & Staging Server

This page last changed on Dec 16, 2013 by pviquez.

Main Navigation

Home

Home - Development

Home - Discovery & Architectur- e

Home - Servers & Sysadmin

Home - Starkey Teaser

Servers & Sysadmin Navigation

Home - Servers & Sysadmin

Operation Change Production

Production Benchmarks

QA & Staging Server

Server Deployments

[Staging Server Architectur- e- Configurati- on -Deployment](/display/STARKEYV ID/Staging+Server+Architecture-+Configuration+-Deployment)

System Reqs

QA & Staging Server

Hosting Info

The servers are hosted and managed by POSSIBLE IT personel.

Gereral Server Information

  • IP: 10.8.0.94
  • Hostname: starkey
  • Domain: *.starkey.cr.possible.com

Login as your local user

ssh -o TCPKeepAlive=yes -o ServerAliveInterval=120 10.8.0.94

Login as Starkey

ssh -o TCPKeepAlive=yes -o ServerAliveInterval=120 [email protected]

You can login using your private key or the LDAP access information.

Public / Private Key Login

In order to login using your private key, just follow these steps:

Generate your private/public keys

This step is optional, do it ONLY if you have not generate them yet

Example
Type ssh-keygen and dont enter a passphrase

> ssh-keygen

Generating public/private rsa key pair.
Enter file in which to save the key (/Users/pviquez/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /Users/pviquez/.ssh/id_rsa.
Your public key has been saved in /Users/pviquez/.ssh/id_rsa.pub.
The key fingerprint is:
1c:76:64:c8:33:ae:37:71:20:da:72:8f:41:d8:d4:bc [email protected]
The key's randomart image is:
+--[ RSA 2048]----+
|     +.+ .o      |
|    . + Oo       |
|     + oo=.      |
|    o +oEo.      |
|     o =So       |
|      o +        |
|       . .       |
|                 |
|                 |
+-----------------+

Copy your public key to the server

scp ~/.ssh/id_rsa.pub 10.8.0.94:

ssh 10.8.0.94

cat ~/id_rsa.pub >> ~/.ssh/authorized_keys
rm ~/id_rsa.pub
exit

In This Page

  • QA & Staging Server
    • Hosting Info
    • Gereral Server Information
  • Public / Private Key Login
    • Generate your private/public keys
    • Copy your public key to the server

Site Map

Document generated by Confluence on Sep 16, 2014 14:12