Page 25 of 26
Re: Fixing SamyGO telnet/SSH/SCP/bash on C/D/E/F series
Posted: Fri Mar 25, 2016 4:40 pm
by OlliGo
Hi,
just recently downgraded and opened up my D7090 with SamyGo. Amazing how many good tools are available here. For now just working with netcat and ftp at the moment, as neither telnet nor ssh works. Already updated my samyGOso to 1.2.5 which seem to make everything much more stable. Anyhow I would like to enable ssh or at least telnet. But I have not seen a D-Series instruction or binaries here. Has anyone tested the scripts and binaries on D-Series? I guess its not only path replacements...
Thanks!
Re: Fixing SamyGO telnet/SSH/SCP/bash on C/D/E/F series
Posted: Fri Mar 25, 2016 7:17 pm
by sectroyer
yes.
Re: Fixing SamyGO telnet/SSH/SCP/bash on C/D/E/F series
Posted: Sat Mar 26, 2016 11:48 am
by OlliGo
O.k. you said has been tested... I tried with the scripts but I think main problem is the missing /dtv/network_opt/ folder. Most of the scripts seem to fiddle around with it and it doesn't exist on my D. Don't know if it should be there or can be created. Couldn't find anything about it in the thread.
Re: Fixing SamyGO telnet/SSH/SCP/bash on C/D/E/F series
Posted: Sat Mar 26, 2016 7:57 pm
by sectroyer
Yes. Not on D.

Re: Fixing SamyGO telnet/SSH/SCP/bash on C/D/E/F series
Posted: Sun Mar 27, 2016 10:21 am
by OlliGo
Ah o.k.

As there is the dropbear binary available, any chance to at least get ssh working? (Who cares about telnet

)
Re: Fixing SamyGO telnet/SSH/SCP/bash on C/D/E/F series
Posted: Sun Mar 27, 2016 10:37 am
by sectroyer
yes, yes/no

Re: Fixing SamyGO telnet/SSH/SCP/bash on C/D/E/F series
Posted: Mon Mar 28, 2016 12:57 pm
by OlliGo
O.k. some more testing done... Seems the dropbearmulti binary is fine. Had to create the dss and rsa keys and the symbolic link and could get it started:
Code: Select all
/mnt/opt/privateer/usr/sbin/dropbear -d /mnt/etc/dropbear/dropbear_dss_host_key -r /mnt/etc/dropbear/dropbear_rsa_host_key -E -p 22
[1720] Jan 01 01:18:17 Running in background
[1721] Jan 01 01:18:22 Child connection from 192.168.2.29:62108
[1721] Jan 01 01:18:29 Bad password attempt for 'root' from 192.168.2.29:62108
[1721] Jan 01 01:18:33 Password auth succeeded for 'root' from 192.168.2.29:62108
[1721] Jan 01 01:18:33 pty_allocate: openpty: No such device or address
[1721] Jan 01 01:18:33 No pty was allocated, couldn't execute
[1721] Jan 01 01:18:33 Exit (root): Exited normally
So, as it can be seen, the ssh access from putty was possible and usename and password accepted. Anyhow the pty cannot be allocated.
I searched about pty allocation error on sshd and it seems /dev/ptmx must exist (it does) and /dev/pts (while that seems to be an empty folder).
I guess I end up like asked here:
https://forum.samygo.tv/viewtopic.php?f ... ate#p36543
Any idea? (Don't want to be too invasive, as I don't want to brick my TV...)
Re: Fixing SamyGO telnet/SSH/SCP/bash on C/D/E/F series
Posted: Tue Mar 29, 2016 12:47 pm
by sectroyer
Yes, write kernel module

Re: Fixing SamyGO telnet/SSH/SCP/bash on C/D/E/F series
Posted: Thu Mar 31, 2016 7:34 pm
by OlliGo
Ouch

O.k. Maybe then you could fix the subject and take out the "D", not to confuse other brave users

Thanks anyway.
Re: Fixing SamyGO telnet/SSH/SCP/bash on C/D/E/F series
Posted: Thu Mar 31, 2016 8:46 pm
by sectroyer
Nah it also helps on D. Confirmed by one user. Read everything it helped him
