<BR>dopo vari minuti se non effettuo comandi la connessione si perde...ho provato a vedere nel file ssh_config ma credo non ci sia niente
<BR>a riguardooo...Avete qualche idea???fatemi sapere graziee
<BR># $OpenBSD: ssh_config,v 1.19 2003/08/13 08:46:31 markus Exp $
<BR>
<BR># This is the ssh client system-wide configuration file. See
<BR># ssh_config(5) for more information. This file provides defaults for
<BR># users, and the values can be changed in per-user configuration files
<BR># or on the command line.
<BR>
<BR># Configuration data is parsed as follows:
<BR># 1. command line options
<BR># 2. user-specific file
<BR># 3. system-wide file
<BR># Any configuration value is only changed the first time it is set.
<BR># Thus, host-specific definitions should be at the beginning of the
<BR># configuration file, and defaults at the end.
<BR>
<BR># Site-wide defaults for various options
<BR>
<BR># Host *
<BR># ForwardAgent no
<BR># ForwardX11 no
<BR># RhostsRSAAuthentication no
<BR># RSAAuthentication yes
<BR># PasswordAuthentication yes
<BR># HostbasedAuthentication no
<BR># BatchMode no
<BR># CheckHostIP yes
<BR># AddressFamily any
<BR> ConnectTimeout 0
<BR> StrictHostKeyChecking no
<BR># IdentityFile ~/.ssh/identity
<BR># IdentityFile ~/.ssh/id_rsa
<BR># IdentityFile ~/.ssh/id_dsa
<BR># Port 22
<BR># Protocol 2,1
<BR># Cipher 3des
<BR># Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
<BR># EscapeChar ~
<BR><br>
