Need the description of SSH for EAP

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
12

Need the description of SSH for EAP

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Need the description of SSH for EAP
Need the description of SSH for EAP
2017-01-27 19:00:41
Model :

Hardware Version :

Firmware Version :

ISP :

Here http://www.tp-link.com/en/download/EAP220.html#EAP_Controller written: "
Published Date
04/01/17
Modifications and Bug Fixes
1. Add management VLAN function but requires your EAP with corresponding firmware which support management VLAN.
2. Add SSH function that could choose to enable SSH for EAP or not."
Where can we take to read the description of SSH for EAP?
  0      
  0      
#1
Options
11 Reply
Re:Need the description of SSH for EAP
2017-01-27 23:27:29

DNxs wrote

Where can we take to read the description of SSH for EAP?


What description? In the User's Guide?

(Just saw your question in the other thread, yes, it's been there since beginning, but only in web UI, now also in the EAP controller).

SSH management can be easily enabled either in Management - SSH menu or in EAP controller latest version (but don't have it). Nothing more needed since it uses password authentication scheme.





Then just connect to the EAP using the username/password you did set:

yourlaptop $ ssh admin@192.168.0.254
The authenticity of host '192.168.0.254 (192.168.0.254)' can't be established.
RSA key fingerprint is f7:94:2d:1f:ae:20:35:01:38:5a:53:32:d0:91:23:7c.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.0.254' (RSA) to the list of known hosts.
admin@192.168.0.254's password: ***********

BusyBox v1.01 (2015.06.11-11:22+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

$ ls
ash chmod dmesg grep login nart.out ping sh true
busybox date echo iptables-xml ls netstat ps sleep umount
cat df false kill mount pidof rm tar usleep
$


The interesting program there is /usr/bin/eap-cs, which seems to be the software communicating with EAP controller, but didn't investigate any further. It's probably easier to monitor communication between the controller and the EAP than trying to disassemble the program.
༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#2
Options
Re:Need the description of SSH for EAP
2017-01-28 17:41:02

R1D2 wrote

...now also in the EAP controller...
which seems to be the software communicating with EAP controller, but didn't investigate any further. It's probably easier to monitor communication between the controller and the EAP than trying to disassemble the program.
I mean a description is batches of commands, examples of scripts... which can help to manage the EAP Controller on SSH without webUI. Can we make voucher through SSH?))))))))))))))))))))
  0  
  0  
#3
Options
Re:Need the description of SSH for EAP
2017-01-28 18:32:21
C:\Users\DNxs>ssh admin@127.0.0.1 -p 22
ssh: connect to host localhost port 22: Connection refused
[FONT=arial]
I have a problem with a connection (
OpenSSH installed on a same PC where is a EAP Controller installed.

[/FONT]
  0  
  0  
#4
Options
Re:Need the description of SSH for EAP
2017-01-28 20:10:20

DNxs wrote

I mean a description is batches of commands, examples of scripts... which can help to manage the EAP Controller on SSH without webUI. Can we make voucher through SSH?))))))))))))))))))))


Yes, it would be helpful to have an API documentation of the eap-cs utility (or whatever is used to communicate with the EAP controller) and the device's config files, you are absolutely right! But according to the support team TP-Link won't disclose it. It's a pity, since it could help OEMs to sell more EAPs.

C:\Users\DNxs>ssh admin@127.0.0.1 -p 22


You need to use the EAP's IP address, not the localhost (127.0.0.1 is your PC). For this it is best to use a static IP for the EAP, not a dynamic IP which you have to lookup first.
༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#5
Options
Re:Need the description of SSH for EAP
2017-01-28 21:39:46

R1D2 wrote

You need to use the EAP's IP address, not the localhost (127.0.0.1 is your PC). For this it is best to use a static IP for the EAP, not a dynamic IP which you have to lookup first.
C:\Users\DNxs>ssh admin@192.168.1.5
ssh: connect to host 192.168.1.5 port 22: Connection refused
[FONT=arial]It seems something wrong on EAP settings side
...
[/FONT]
  0  
  0  
#6
Options
Re:Need the description of SSH for EAP
2017-01-29 03:06:00
SSH doesn't work.



I set "SSH Server Port" and "SSH Login".
But netstat command doesn't show open 22 port and ssh command doesn't connect to it. Why this may be?
On p.53 of the User Guide said " You can login to the EAP Controller via SSH. Deploy an SSH server on your network and follow the
steps below to configure SSH on the EAP Controller
". WTF does it mean " Deploy an SSH server on your network"? Have I to deploy a third-party server? In addition to the EAP?
  0  
  0  
#7
Options
Re:Need the description of SSH for EAP
2017-01-29 04:13:44
Ah, I see. We are probably talking about different things. This ssh extension seems to be related to the machine running EAP controller, not the EAPs themself.

You are right, this description in the UG is very confusing, makes no sense to me (but I'm not familiar with Windows or EAP controller's security concept).
༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#8
Options
Re:Need the description of SSH for EAP
2017-01-29 18:28:53
Could the EAP controller be implemented on Unix-like OS?
  0  
  0  
#9
Options
Re:Need the description of SSH for EAP
2017-01-30 01:31:16

DNxs wrote

Could the EAP controller be implemented on Unix-like OS?


Technically: yes, it should be no problem for TP-Link to port it to Linux and MacOS (which is based on FreeBSD Unix).
༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#10
Options
Re:Need the description of SSH for EAP
2017-11-24 06:03:51
anyone knows how to enable ssh server??
thanks
  0  
  0  
#11
Options

Information

Helpful: 0

Views: 8917

Replies: 11

Related Articles