hab mir mal debian reingezogen … ist noch cool … nur irgendwie fehlt mir nen openssh … tja da wollte ich doch gerade mal das hochgerühmte apt-get ausprobieren … doch sieh an …
Tear:~# apt-get install ssh
Reading Package Lists…
Building Dependency Tree…
Package ssh has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package ssh has nos installation candidate
aeh … mache ich irgendwas falsch ? (habs auch schon mit dselect ausprobiert … aber dort fand er weder ein ssh noch ein openssh packet …)
gruss
berni
ps.
sonst muss ich den source von openssh.org ziehen … einziges Problem … BSD-Makefiles
Als naechstes machst du ein apt-get update, damit die aktuelle Paketliste vom Server geholt wird.
Um nun die gewuenschten Pakete zu finden, machst du ein apt-cache search ssh, dort sollte dann eigentlich eine aehnliche Liste kommen:
ssh-askpass-ptk - under X, asks user for a passphrase for ssh-add
fsh - Fast remote command execution over rsh/ssh/lsh
devscripts - Scripts to make the life of a Debian Package maintainer easier
ssh - Secure rlogin/rsh/rcp replacement (OpenSSH)
wyg - (Where’s Your Grammar?) command line parser generator
qmtpssh - transfer mail over SSH tunnels
tramp - Remote file access in emacs.
ssh-askpass - under X, asks user for a passphrase for ssh-add
ssh-askpass-gnome - under X, asks user for a passphrase for ssh-add
Wie du siehst heisst das OpenSSH Paket ssh, wenn dann apt-get install ssh nicht funktioniert *g* melde dich nochmal.