[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ssh et autres :) !



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 :
>
> mezig@GNUDeb'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 !



Reply to: