Free Software Server Environment : ssh

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

Revision [545]

Most recent edit made on 2008-05-13 08:49:12 by FsseInfo

Additions:
SshSecurity




Revision [481]

Edited on 2008-04-28 18:27:36 by FsseInfo

Additions:
secure shell
enable login to a remote ssh server without entering a password

REFERRERS
SystemServices


Deletions:
login to a remote ssh server without a password




Revision [442]

Edited on 2007-11-27 15:19:37 by FsseInfo

Additions:
$ ssh remote-server
$ exit




Revision [441]

Edited on 2007-11-27 14:57:14 by FsseInfo

Additions:
window title
login to a remote ssh server without a password
first create a RSA key on your local server and copy it to the remote server
$ ssh-keygen -t rsa
$ scp .ssh/id_rsa.pub remote-server:
ssh to remote server and add your RSA key to the list of authorized keys
$ cat id_rsa.pub
.ssh/authorized_keys
disconnect and the next time you ssh to the remote server it shouldn't ask you for the password




Revision [61]

The oldest known version of this page was edited on 2006-08-09 10:52:33 by FsseInfo

ssh


So you see from you window title which machine you have ssh'd to you might like to define
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME\%\%.*}:${PWD/#$HOME/~}\007"'

HOSTNAME should just be HOSTNAME<percent><percent> without backslashes
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0425 seconds