if I remember well with this sshd.i file, you have to use the port 2222 (on port 22, authentication with a rsa key is disabled)
I confirm you have to use the port 2222
fvdw wrote:I do not have such an extended log, I use this version of putty (windows version)
Jocko wrote:if I remember well with this sshd.i file, you have to use the port 2222 (on port 22, authentication with a rsa key is disabled)
I confirm you have to use the port 2222
2021-03-22 21:32:06 Looking up host "192.168.1.54"
2021-03-22 21:32:06 Connecting to 192.168.1.54 port 22
2021-03-22 21:32:06 Server version: SSH-2.0-dropbear_2014.63
2021-03-22 21:32:06 Using SSH protocol version 2
2021-03-22 21:32:06 We claim version: SSH-2.0-PuTTY_Release_0.62
2021-03-22 21:32:06 Using Diffie-Hellman with standard group "group14"
2021-03-22 21:32:06 Doing Diffie-Hellman key exchange with hash SHA-1
2021-03-22 21:32:06 Host key fingerprint is:
2021-03-22 21:32:06 ssh-rsa 1024 00:64:9b:86:62:d1:7c:66:e2:67:73:d4:db:f6:a6:e6
2021-03-22 21:32:06 Initialised AES-256 SDCTR client->server encryption
2021-03-22 21:32:06 Initialised HMAC-SHA1 client->server MAC algorithm
2021-03-22 21:32:06 Initialised AES-256 SDCTR server->client encryption
2021-03-22 21:32:06 Initialised HMAC-SHA1 server->client MAC algorithm
2021-03-22 21:32:38 Sent password
2021-03-22 21:32:38 Password authentication failed
2021-03-22 21:32:51 Sent password
2021-03-22 21:32:51 Access granted
2021-03-22 21:32:51 Opened channel for session
2021-03-22 21:32:51 Allocated pty (ospeed 38400bps, ispeed 38400bps)
2021-03-22 21:32:51 Started a shell/command
Jocko wrote:What lacie fw do you have ?
According to old source : "Until firmware version 2.0.4 ssh port is 22, from firmware 2.0.5 is 2222"
fvdw wrote:speed is set in >connectioN data terminal details
(38400,38400)
service_name = 'sshd'
config_values = [
(u'always_on', BooleanType, True),
(u'port', IntType, 2222),
(u'chroot_directory', UnicodeType, u'/'),
(u'authorized_keys', UnicodeType, u''),
]
def write_config(self):
"""Writes the ssh config, using the current settings."""
config_dict = {
'global': {
'Port': set([self.config.port]),
'Protocol': '2',
'Subsystem': 'sftp internal-sftp',
},
'auth': {
'PermitRootLogin': 'no',
'AllowUsers': [],
},
'rules': {},
tftp -l /md8//usr/lib/python2.6/site-packages/unicorn/sharing/ssh.py -r ssh.py -p ip-pc
fvdw wrote:ok no problem.
To progress we need the content of file ssh.py
It is located on md8 in folder /usr/lib/python2.6/site-packages/unicorn/sharing
This file seems to write the sshd config file used to start sshd service
(can also be python2.7 dependent on firmware version)
dw-kirkwood):/md8/usr/lib/python2.6/site-packages/unicorn/sharing # ls
__init__.py afp.pyo printer.pyo share.pyc smb.pyc
__init__.pyc ftp.py printing.py share.pyo smb.pyo
__init__.pyo ftp.pyc printing.pyc share_services.py
access ftp.pyo printing.pyo share_services.pyc
afp.py printer.py quota share_services.pyo
afp.pyc printer.pyc share.py smb.py
Return to Lacie 5big Network vs2
Users browsing this forum: No registered users and 6 guests