No, ssh_config is the configuration file for client ssh. Then, I must to configure the above file on client, that is to say on 192.168.1.1. I add
PermitRootLogin without-password in /etc/ssh/ssh_config on 192.168.1.1, and type: #ssh [EMAIL PROTECTED] The output is: /etc/ssh/ssh_config: line26: Bad configuration option: PermitRootLogin ... If I delete PermitRootLogin and if I delete '#' by the following rows: 1) RSAAuthentication yes 2) PasswordAuthentication yes 3) IdentityFile ~/.ssh/id_rsa and I type again ssh [EMAIL PROTECTED], the output is 'Permission denied, please try again' It does not work. __________________________________________________ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi http://mail.yahoo.it
