J'ai FreeBSd qui fonctionne avec OpenSSH. J'ai tout configuré et la connexion via SSH a fonctionné parfaitement. Puis j'ai décidé de me débarrasser de certains ports non utilisés et j'ai évidemment désinstallé un port qui était utilisé par zsh.
Lorsque je me connecte, j'obtiens ce qui suit :
~ # ssh cristian@192.168.1.56
Password:
Last login: Wed Nov 7 21:56:26 2012 from 192.168.1.52
FreeBSD 9.0-RELEASE (GENERIC) #0: Tue Jan 3 07:15:25 UTC 2012
Welcome to FreeBSD!
Before seeking technical support, please use the following resources:
o Security advisories and updated errata information for all releases are
at http://www.FreeBSD.org/releases/ - always consult the ERRATA section
for your release first as it's updated frequently.
o The Handbook and FAQ documents are at http://www.FreeBSD.org/ and,
along with the mailing lists, can be searched by going to
http://www.FreeBSD.org/search/. If the doc package has been installed
(or fetched via pkg_add -r lang-freebsd-doc, where lang is the
2-letter language code, e.g. en), they are also available formatted
in /usr/local/share/doc/freebsd.
If you still have a question or problem, please take the output of
`uname -a', along with any relevant error messages, and email it
as a question to the questions@FreeBSD.org mailing list. If you are
unfamiliar with FreeBSD's directory layout, please refer to the hier(7)
manual page. If you are not familiar with manual pages, type `man man'.
Edit /etc/motd to change this login announcement.
Shared object "libiconv.so.3" not found, required by "zsh"Connection to 192.168.1.56 closed.
Le problème est que je n'ai pas de moniteur ni de clavier (pour l'instant) pour résoudre le problème très rapidement...
J'ai essayé ceci pour forcer le chargement d'un autre Shell >. Force SSH à utiliser un Shell spécifique
Ne fonctionne pas comme je l'obtiens :
~ # ssh cristian@192.168.1.56 /usr/local/bin/sh << EOF
chsh -s /usr/local/bin/bash
EOF
Password:
Shared object "libiconv.so.3" not found, required by "zsh"%
Une idée pour résoudre ce problème sans clavier ni écran ?