Hints & Tricks
The following two commands will set up password-less authentication
from your computer to mycomputer.mycompany.com:
$ ssh-keygen -b 1024 -t rsa -f /home/username/.ssh/id_rsa
(do not enter a pass-phrase - leave it blank)
$ scp /home/username/.ssh/id_rsa.pub
username@mycomputer.mycompany.com:/home/username/.ssh/authorized_keys
Usually any problems encountered are down to the permissions of the
various key files. Use ssh in verbose mode (ssh -v) and check the ssh
daemon logs on both machines (usually /var/log/secure).
In using this method it is important for you to be aware of the
security concerns that arise. The ssh-keygen command produced two
files:
/home/username/.ssh/id_rsa: the private key
/home/username/.ssh/id_rsa.pub: the public key
You should ensure the permissions of the private key are -rw-------
(i.e., only readable by the owner). This file is the equivalent of
having a text file containing your login password to your account at
mycomputer.mycompany.com; anyone who gets their hands on this file
will be able to log into that account without knowing your password.
However, any potential hacker must first gain access to your home
computer in order to get at this file.
My Links
My Personal Data
Note: if personal data is being stored using a secret database, then it is only visible to the user and to administrators.
E-mail |
rogerio.iope at gmail dot com |
|
|
RSA key 1 |
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEArcPb4WqlQbFK7tz/aq7GlOEMvKcqKelzr73RSHE62b5/l6ambAneekIXBrNYzwXLaB/pzqmr6JwIWA/+lY24WxbCEpjDTtZ3P2FL0STPnOp7r/Tys4c9xxz5Z8fn0mE8I26vXJCiKNgKxGDxy2Ut6aKvXmCJ6RGpiISvpWQPj8M= rogerio@d0server |
|
|
RSA key 2 |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDZb/z/fl2fqf9FB3j6D8PyGoglgeO8QtC7ahiGpsr+CieW2nEhBu2+/Gh5ApNFYxvhrtV61ki/cfAsqBZzaWa2KwiR9tkdeZQXxdCFMQnp6wq6xkontSRe+0coz7GSvVs6DfgYM/UOIvAS9F5L8j72wxArFfhvqVXI/jMR7ll3QQ== Rogerio@MobileTST06 |
|
|
Annual Report 2006 |
Report_Procontes_2006.pdf |
|
|
Annual Report 2007 |
Report_Procontes_2007.pdf |
My Scratch Area
My Personal Preferences
Uncomment preferences variables to activate them (remove the #-sign). Help and details on preferences variables are available in
TWikiPreferences.
- Show tool-tip topic info on mouse-over of WikiWord links, on or off:
- #Set LINKTOOLTIPINFO = off
- Horizontal size of text edit box:
- Vertical size of text edit box:
- Style of text edit box.
width: 99%
for full window width (default), width: auto
to disable.
- #Set EDITBOXSTYLE = width: 99%
- Write protect your home page: (set it to your WikiName)
Related Topics