Difference between revisions of "VPP/HostStack/LDP/sshd"

From fd.io
< VPP‎ | HostStack
Jump to: navigation, search
Line 1: Line 1:
Example of how to run sshd via LDP and VCL on top of VPP's host stack. This is known to work with as of vpp [https://gerrit.fd.io/r/#/c/16340/ gerrit 16340] with OpenSSH 7.6p1 on Ubuntu 18.04.1.
+
Example of how to run sshd via LDP and VCL on top of VPP's host stack. This is known to work as of vpp [https://gerrit.fd.io/r/#/c/16340/ gerrit 16340] with OpenSSH 7.6p1 on Ubuntu 18.04.1.  
  
 
To run the test two hosts with networking connectivity are needed:
 
To run the test two hosts with networking connectivity are needed:
Line 5: Line 5:
 
- client where the ssh client runs on top of the linux host stack
 
- client where the ssh client runs on top of the linux host stack
  
Configuration for the server
+
== Server configuration ==
 +
 
 +
Since this is experimental work, it is recommended to start vpp in debug mode with the following additions to startup.conf:
 +
 
 +
<code>
 +
session { evt_qs_memfd_seg  }
 +
socksvr { socket-name /tmp/vpp-api.sock}
 +
</code>

Revision as of 22:20, 4 December 2018

Example of how to run sshd via LDP and VCL on top of VPP's host stack. This is known to work as of vpp gerrit 16340 with OpenSSH 7.6p1 on Ubuntu 18.04.1.

To run the test two hosts with networking connectivity are needed: - server where vpp and sshd run - client where the ssh client runs on top of the linux host stack

Server configuration

Since this is experimental work, it is recommended to start vpp in debug mode with the following additions to startup.conf:


session { evt_qs_memfd_seg } socksvr { socket-name /tmp/vpp-api.sock}