Hi,
I've got a German FBF ATA and I'm just trying to enable remote management of FBF. I have downloaded pseudo-update from
www.the-construct.com but one problem has appeared: the script does not create rsa and dss keys (and that's why it doesn't start ssh daemon). When I just enter:
/var/tmp/dropbearkey -t rsa -f dropbear_rsa_host_key
/var/tmp/dropbearkey -t dss -f dropbear_dss_host_key
everything is ok and I can start SSH daemon. The drawback of this method is warning sent by Putty with every attempt to connect FBF (because keys are different every time when FBF restarts).
I wanted to check what is wrong with it. So i entered the lines from the script via telnet and I got every time message: SIGSEGV.
Lines that cause problems:
/var/tmp/uudecode -o /var/tmp/dropbear_rsa_host_key << 'RSA'
begin 600 /var/tmp/dropbear_rsa_host_key
M````!W-S:"UR<V$````#`0`!````@P"\>QE`J:VV97DHZGIBFC?">'G:H3]U
MWB$0LU?H&9X;7]^X+KL>I9((YI:H-+?MC@BA1`\E!+5GKU*%U.->QIW\=6+$
M#EB!P)7VE5O7_;DB@G!UVB(D7N-5Y]W217-V]7Z7[D]N5N<^R["1H&!>O6^<
M53$F[I:\^)ER]Q@P>]X_WFHG````@7N+
A4MKL59&9S"34(`L=[S+S@ZA
M^'K2_8/'1O>455D<[W]O@G"W4-T2-N'>=3C]&TE$8QZ9-OYW9B,"`JXD6&4C
M%\4XXM`(HAE2R/Q9[6@9#_+9L>H![B-QVZ@@GBB=)I67GLY&D46&M4^DD)-"
M.1%F=K2J@?WU+0SS<.1_S0```$(`OC!?D8I3UEL;B$N6[D^BLZPW9",E0G4!
M'5(2^!>=XW=EN#:U""*-0IK],8;:YCE#XD!Z;@Z#<:<B%(Y31NX(%8T```!"
M`/VS
]AWBJ"TOUNKXBX`%
ZK#NXJ[>7M!V9\`(YTGFHY1+?@&H;,%>$8VM
5AT'99W)K0=4DJ)$F]*$>]JA7`*^#
`
end
RSA
/var/tmp/uudecode -o /var/tmp/dropbear_dss_host_key << 'DSS'
begin 600 /var/tmp/dropbear_dss_host_key
M````!W-S:"UD<W,```"!`/G2U01W/WU#W5P5(1L'IC<(4&)ZB`D]ZO#1#QZ&
M"&G>86U.F609(2'X=1H;%&5#_*ZYB-V'U^WIBBT:$(_"$]SUH1":?LY,JNV4
MF;+\H<QG=[Y6^CG@W>9MR_H/'DS8'5_#2P(B3XP15U`[S.1+^P!]RO[T.CD(
M$F<M?*[F&;"I````%0"R^L,*4Z0>X/C@TMH,.N&+2>$Q`0```(`@MQH?>$S^
M@S">>BF"I<:[AB1BU+0CO(B^?/^I9:32$ZO?H!'(ZAGQ8BXN0&L4P2_+W_>:
MEAH/O`2R$J?%#;ST$OC>'-<@\YD?9"\
S16%#:#VR'GAVQ-I>-'$YUY?OD7
MW#^Z5DZE\"02Q(=WHG)>$6W"X;
[email protected]/)5)_0WZ@```(`8Z[X@3_=(ZD'W
M>?Q!Q"EJS`T%538=:2O.H&=-DM[6^2L]T;>'DNE6&RME7[PU9")U4JJ4M/T@
M&4AGTB!5106H"8J<3M4!4=*W&RD].J8YL)5/WO\^580E-5&W[_FNQ_^I0E&G
M\&\SDE#8JO6]2NU0YP4\&JT$)VY1$P*PB4Q4D````!09]IILTBVT%$4^6A)3
'G)8T3PG_T@``
`
end
DSS
PS Sorry for writing in English but my German is terrible. Thanx in advance for your help.