User login

ssh-agent

Manual update of git-deployed Agaric production site

For a project named (and with the repository and server user name) 'example'.

ssh example@sojourner.mayfirst.org
cd example
git pull

For the git pull to work your public key must be in /home/vlad/.ssh/authorized_keys on the test server (simone.mayfirst.org). You can get this value from /home/yourusername/.ssh/authorized_keys. (@Stefan can we in some way give people with access to simone access to use it as the vlad user automatically?)

SSH agent forwarding

See http://data.agaric.com/node/107 for the right way.

For having your public key somehow let you be able to use your repositories and stuff. It's good magic.

.ssh forwarding agent forward ssh-agent

goes in /home/username/.ssh/config

An example:

Syndicate content