Le Mercredi 25 Ao�t 2004 16:49, Mezig a �crit : > Slt > Voil�, je cherche � utiliser ssh pour me connecter sur 1 autre machine, > sans �cran :) ! > > Mon ssh_config donne : > > [EMAIL PROTECTED]'Lin'Box:/etc/ssh$ less ssh_config > # $OpenBSD: ssh_config,v 1.9 2001/03/10 12:53:51 deraadt Exp $ > > # This is ssh client systemwide configuration file. See ssh(1) for more > # information. This file provides defaults for users, and the values can > # be changed in per-user configuration files or on the command line. > > # Configuration data is parsed as follows: > # 1. command line options > # 2. user-specific file > # 3. system-wide file > # Any configuration value is only changed the first time it is set. > # Thus, host-specific definitions should be at the beginning of the > # configuration file, and defaults at the end. > > ####### > ### ForwardX11 & ForwardAgent > ### For security reasons, OpenSSH defaults to ``no'' for these settings > ### You should only enable them for hosts where you specifically trust > the ### administrators of the remote machine, otherwise you are leaving > ### yourself open to X11 based attacks, or to allowing your keys to be > used > ### by others from the remote machine. See also: ssh -X -x -A & -a > options > > # we might as well switch them back on for localhost though > Host localhost > ForwardAgent yes > ForwardX11 yes > > # Site-wide defaults for various options > > Host * > # ForwardAgent no > ForwardX11 yes > RhostsAuthentication no > RhostsRSAAuthentication yes > RSAAuthentication yes > PasswordAuthentication yes > FallBackToRsh no > UseRsh no > # BatchMode no > CheckHostIP yes > # StrictHostKeyChecking yes > # IdentityFile ~/.ssh/identity > # IdentityFile ~/.ssh/id_dsa > # IdentityFile ~/.ssh/id_rsa1 > # IdentityFile ~/.ssh/id_rsa2 > Port 22 > Protocol 2,1 > Cipher blowfish > # EscapeChar ~ > > Je n'ai que l'adresse IP de la machine, suis sur 1 hub eth, la machine > sert de FW mont� d'apr�s le site : > http://www.grc.com/ avec 'shields-up'.., mais ce n'est pas l� le PB :( ! > > Ma/mes questions est/sont : > > - comment utiliser ssh, afin de me loguer sur la machine FW (suis bien > sur la page de L�a...., mais mon niveau en nux... est �tonnament.... > bas, alors... :) ! ) > [Mon but est de modifier sur la FW' de mon autre machine, le script > X86xxx, qui ne me permet pas/plus d'y utiliser 1 �cran externe.., depuis > ma derni�re dist-upgrade 'sauvage' :( ! ] > > Vos avis et retours d'exp�rience, me seront s�rement salutaires. > > Je vous en remercie par avance! > > Cordialement Michel ! Voyons ! C'est le firewall qui bloque tout ! et pas seulement ce qui vient d'internet mais aussi ce qui transite sur ton r�seau ! Ton peut clore le d�bat de suite, ou alors d�vier sur iptables, et leur fournissant ton fichier /etc/netfilter/firewall.sh
Bonne nuit quand m�me ! Jeremy -- ------ Linux Registered User #317862 You want to use GNU/Linux or Windows ? - You want to spend time or money ? Why is Microsoft raising prices on you? Because they can ! - To take that power away from them, use Linux !

