Effectivement le pb était là, je n'avais pas changé ça.

Merci beaucoup pour toute cette aide

J'ai mis l'interface v1.95 et losque je tape MysecureShell --version il me renvoit 1.25.

Dans le fichier /etc/ssh/sftp_config il n'y a plus que ça :

<Default>
        GlobalDownload                 400k
        Home                           /home/rackamlerouge
        GlobalUpload                   1000M
</Default>

<User rackamlerouge>
        IsAdmin                        true
</User>

Voilà

Merci pour tout

J'ai téléchargé l'interface graphique sur la page d'ubuntu consacrer à mysecureshell
voici le lien :
http://doc.ubuntu-fr.org/mysecureshell_ … hique_java

Le titre de la fenêtre de mon interface graphique est "Interface graphique v1.85 pour MySecureShell v1.15"

voici la sortie du programme

23 févr. 2011 18:43:09 mysecureshell.SftpMSS init
LE PLUS FIN: Initialize graphical interface...
23 févr. 2011 18:43:09 mysecureshell.sftp.LocalConnection initLocal
PLUS FIN: Try to init local mode
23 févr. 2011 18:43:09 mysecureshell.sftp.SftpClient initClient
INFO: initClient has return: space-available, check-file
23 févr. 2011 18:43:09 mysecureshell.swing.TabWizard makeScreen
FIN: [Wizard]Show tab number: 0
23 févr. 2011 18:43:09 mysecureshell.swing.TabConfig setTagSelected
FIN: [Config]Current tag: Default
23 févr. 2011 18:43:09 mysecureshell.swing.TabConfig setTagSelected
FIN: [Config]Current tag: Default
23 févr. 2011 18:43:09 mysecureshell.SftpMSS init
LE PLUS FIN: Initialize window position...
23 févr. 2011 18:43:09 mysecureshell.SftpMSS init
LE PLUS FIN: Initialize Sftp State...
23 févr. 2011 18:43:09 mysecureshell.SftpMSS init
FIN: Interface READY
23 févr. 2011 18:43:09 mysecureshell.SftpMSS main
INFO: Show main window
23 févr. 2011 18:43:29 mysecureshell.swing.TabSSH cmdConnect
INFO: Try to connect to 192.168.1.12:22 with user:rackamlerouge
23 févr. 2011 18:43:30 mysecureshell.sftp.SftpClient initClient
ATTENTION: initClient but client is not admin of MySecureShell
23 févr. 2011 18:43:30 mysecureshell.sftp.SftpClient initClient
GRAVE: initClient has problem to communicate
23 févr. 2011 18:43:32 mysecureshell.swing.TabConfig setTagSelected
FIN: [Config]Current tag: Default
23 févr. 2011 18:43:32 mysecureshell.swing.TabWizard makeScreen
FIN: [Wizard]Show tab number: 0

Je crois qu'il n'y a pas de problème de ce côté là :

rackamlerouge@rackamBoat:~$ MySecureShell --configtest
--- rackamlerouge ---
GlobalDownload        = 409600 bytes/s
GlobalUpload          = 1048576000 bytes/s
Home                  = /home/rackamlerouge
SftpProtocol          = {default}
LogFile               = {default}
IsAdmin               = true
CanRemoveDir          = true
CanRemoveFile         = true
CanChangeRights       = true
CanChangeTime         = true
Config is valid.

J'avais juste ajouté <user> avec IsAdmin true dans le fichier de base

finalement j'ai tout enlevé et j'ai gardé juste ça dans mon sftp_config :

<Default>
    Home                           /home/rackamlerouge
</Default>

<User rackamlerouge>
    IsAdmin                        true
</User>

ça n'a rien changé

merci de votre disponibilité

J'ai exactement les mêmes messages d'erreur que yann

"Impossible de se connecter à l'administration"
Puis un dialogue qui s'ouvre et qui dit "impossible de démarrer une session sftp"

mais pourtant j'ai bien mis IsAdmin a true dans sftp_config

... ??

Quelqu'un a-t-il une idée ?