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

ssh et autres :) !



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

Mi



Reply to: