From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id B40FB3B2A3 for ; Tue, 14 Jun 2016 19:38:40 -0400 (EDT) Received: by mail-pa0-x235.google.com with SMTP id b5so1192050pas.3 for ; Tue, 14 Jun 2016 16:38:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=ica34wNYSiTQy/fJzRnA/jXodU1pFU8mxUfAeCD8PTk=; b=aWe8Q+yFIqXVBpMSZeFQLEKnxXaIHXpZXT8edzYomHK4Tsk9dygT5BCtUYGOXdoVz1 PD9/DHe/0ONXQYD45Q93CH94w1Ga1uFOndM8Z8bC0A1v7t+nrb5Kh2ul0baLzB17SWTs A6+j9hkWXvEh4HFoCU/V/l+BQH0l5oTmZYdg9xGg6AQY7Vkl46R/VJ559Oi20qfIGbnf gT0q+fM/hExeRFBhOAXv/ZQe+inLxoVBNhON05YJUWDlqiP5ZKESPhg79lhxw2dx7B6R iB6Xz1eSOj9Kn8fbe5VMWwAOCF3qCWWOdJElbeqvzoX6NGilZ9A8CTOquwcq3QOfmcJq VlWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=ica34wNYSiTQy/fJzRnA/jXodU1pFU8mxUfAeCD8PTk=; b=brfBKqy9T72Ub5c/ELjN8B+dummVodvdLpxQW6nIbc8RpS6LtGVnHAa/65+k9Lsixn C1jry6y0JzmT9XSm752lA0eONuRQ2M2WvXI/Wt8XUVHs3WAshooU9czn6c6UUgRhHsFO r+dFtUpqZdb8bNj0NrAWIT+nvGAO/ByDcCvTnnCtKyRnxZ/xauTL+8lmln7pDgfCTvCS 4n7gRoPReJhCq1+y3E0w+lv7/CNuJ0p4RH9yrsTrvIRs7bTP2gN4Ed5GHLZYeokts/+A OKGZwvzngOqtNZ778NCt25kKLmb7RojxzqzDAYX49MYKK+IbRHdFqLNKttW2YNV+sT+R vVNg== X-Gm-Message-State: ALyK8tJ+weZiY0MQyjZomwHFKKcTwPjpICHSeHqt8urS2iu5P6rQ2WO3G5g7q2lzTRyehQ== X-Received: by 10.66.246.198 with SMTP id xy6mr303784pac.58.1465947519764; Tue, 14 Jun 2016 16:38:39 -0700 (PDT) Received: from xeon-e3 (static-50-53-69-251.bvtn.or.frontiernet.net. [50.53.69.251]) by smtp.gmail.com with ESMTPSA id b186sm47900999pfa.61.2016.06.14.16.38.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Jun 2016 16:38:39 -0700 (PDT) Date: Tue, 14 Jun 2016 16:38:53 -0700 From: Stephen Hemminger To: Cerowrt-devel@lists.bufferbloat.net Message-ID: <20160614163853.489ec952@xeon-e3> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Cerowrt-devel] Getting ssh (or DHCP options) on Cerowrt X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 23:38:40 -0000 I need to add some TFTP boot options to one system on the network. But can't figure out how to get ssh console access to work. I have full web client menu access, but when I try enabling SSH on normal or other port nothing happens. I suspect some clash between the Dropbear ssh server in OpenWrt and some of the honey pots that are in Cerowrt. Alternatively, is there a way to edit the DHCP options sent in responses. I know that for Vyatta we ended up having to have a free-form edit box kind of response because there were so many possiblities.