Small tool to help configure a collaborative environment – using tmux
– to play during CLI's workshop at the LabX (Bordeaux' hackerspace).
This document has been written for members and attendees at CLI's workshop organized at the LabX (Bordeaux' hackerspace) and to an audience with an intermediate level in CLI.
Obviously, some concepts are simplified to fit the audience.
Far from being error-proof, we welcome feedback, submit any suggestion to the author(s) or the group via :
- Mail : [email protected] ;
- Twitter : @edouard_lopez ;
- IRC : #giroll ou #labx ;
- by coming to drink a beer at Giroll, or at the LabX.
make
Summarize detected informations.
make show-info
Create a user to host tmux
session.
make create-cli-user
f you want to revoke access to your machine, remove the user.
make revoke-access
Install SSH, tmux, and others utility
make install-requirements
Add a section in ~/.ssh/config
to allow ssh connection with only ssh cli@labx
.
Parameter | Default | Status | Description |
---|---|---|---|
HOSTNAME |
labx | required | string. Nom de l’hôte. |
PORT |
22 | required | integer. |
make add-ssh-config