Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Inquiry:How to enable SSH port-22 on VxWorks?

2,193 views
Skip to first unread message

hadi motamedi

unread,
Nov 16, 2009, 5:34:42 AM11/16/09
to
Dear All
Please be informed that I have an client with VxWorks installed . I
can telnet to it , so its port-23 is open but I cannot SSH to it so
its port-22 is closed . Can you please do me favor and let me know how
can I open its port-22 for SSH ? At the other hand , as far as I
know , the VxWorks is an multi-user OS so why my VxWorks client does
not support for multiple Telnet sessions to be opened concurrently ?
Let me thank you in advance

woo sung kim

unread,
Nov 18, 2009, 8:46:35 PM11/18/09
to

you have to include #INCLUDE_SSH and #INCLUDE_IPCRYPTO in kernel
configuration components.
for ssh connection.

hadi motamedi

unread,
Dec 3, 2009, 1:13:12 AM12/3/09
to

Thank you very much for your reply . Can you please do me favor and
let me know where are the kernel configuration components ?
Faithfully Yours

woo sung kim

unread,
Dec 7, 2009, 12:05:20 AM12/7/09
to
On Dec 3, 3:13 pm, hadi motamedi <motamed...@gmail.com> wrote:
> On Nov 19, 1:46 am, woo sung kim <ssema...@gmail.com> wrote:
>
> > On Nov 16, 7:34 pm, hadi motamedi <motamed...@gmail.com> wrote:
>
> > > Dear All
> > > Please be informed that I have an client with VxWorks installed . I
> > > can telnet to it , so its port-23 is open but I cannotSSHto it so

> > > its port-22 is closed . Can you please do me favor and let me know how
> > > can I open its port-22 forSSH? At the other hand , as far as I

> > > know , the VxWorks is an multi-user OS so why my VxWorks client does
> > > not support for multiple Telnet sessions to be opened concurrently ?
> > > Let me thank you in advance
>
> > you have to include #INCLUDE_SSH and #INCLUDE_IPCRYPTO in kernel
> > configuration components.
> > forsshconnection.
>
> Thank you very much for your reply . Can you please do me favor and
> let me know where are the kernel configuration components ?
> Faithfully Yours

If you are develop on Workbench IDE Tool. you can find easily
component configuration window.
but if you work in command , edit in config.h file
#define INCLUDE_SSH
#define INCLUDE_IPCRYPTO


0 new messages