Skip to content

Commit

Permalink
Merge branch 'master' of gh:unistra/unistra.github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Chantreux committed Jan 11, 2013
2 parents 21d9bb5 + 64bd578 commit 0f918fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
_site/
*.swp
4 changes: 2 additions & 2 deletions tips/ssh_and_tmux.md
Expand Up @@ -25,7 +25,7 @@ hostname foo.example.com
user adm

host bar
hostname foo.example.com
hostname bar.example.com
user adm
</pre></code>

Expand Down Expand Up @@ -142,7 +142,7 @@ ajoutez les clefs de vos collègues dans vos '~/.ssh/authorized_keys'
en préfixant les lignes par une commande qui sera forcée lors de la connexion.

<code><pre>
command="tmux att -s jean"
command="tmux att -t jean"
</pre></code>

jean ne peut maintenant se connecter à votre machine (et avec votre identitée) que si une session "jean" y existe. renommez votre session de travail "jean" et invitez-le.
Expand Down

0 comments on commit 0f918fd

Please sign in to comment.