- Install Putty
- Generate the key
- Enter a pass phrase
- Select the generated public key and copy to the clipboard
- Save the private and public keys somehwere sensible
- ssh into the server that will hold the public key
- Make a .ssh directory in ~: mkdir .ssh
- Set access to .ssh : chmod 700 .ssh
- Enter the command: cat > .ssh/authorized_keys
- Paste the test from the clipboard
- Hit CTRL-D to exit
- Set the access on the authorized_keys file: chmod 644 .ssh/authorized_keys
- Start Pagent and add the new private key (passphrase entered above will be required)
Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts
Wednesday, December 10, 2008
Putty authorized keys
How to install Ruby on Rails
For Ubuntu:
sudo apt-get install ruby ruby-dev postgres libpq-dev libopenssl-ruby
sudo gem install rake rails postgres ruby-debug-ide
To allow users to install gems:
chmod -R 777 /var/lib/gems/1.8
For Windows:
install ruby (using the one click installer!)
install postgres
gem install rake rails postgres-pr ruby-debug-ide
Points to note:
NetBeans 6.1 cvs doesn't work on windows - use 6.5 instead
Also, let NetBeans install the fast debugger (ruby-debug-ide)
sudo apt-get install ruby ruby-dev postgres libpq-dev libopenssl-ruby
sudo gem install rake rails postgres ruby-debug-ide
To allow users to install gems:
chmod -R 777 /var/lib/gems/1.8
For Windows:
install ruby (using the one click installer!)
install postgres
gem install rake rails postgres-pr ruby-debug-ide
Points to note:
NetBeans 6.1 cvs doesn't work on windows - use 6.5 instead
Also, let NetBeans install the fast debugger (ruby-debug-ide)
Subscribe to:
Posts (Atom)