Re: Netcat (NC) Secure Remote Connections via authenication

2003-07-03 Thread David
On Tue, 01 Jul 2003, Devdas Bhagat wrote: > On 27/06/03 18:01 -0500, Dagmar d'Surreal wrote: > > > > I have a requirement were I need to connect to a remote machine and > > > get a command prompt. We all know how to do this via netcat by > > > setting up a listening port. My concern is that I do

Re: Netcat (NC) Secure Remote Connections via authenication

2003-07-02 Thread Devdas Bhagat
On 27/06/03 18:01 -0500, Dagmar d'Surreal wrote: > > I have a requirement were I need to connect to a remote machine and > > get a command prompt. We all know how to do this via netcat by > > setting up a listening port. My concern is that I do not want to > > leave the port open for anyone to con

Re: Netcat (NC) Secure Remote Connections via authenication

2003-06-30 Thread Dagmar d'Surreal
Susan, mail to your posted address is bouncing, so here's the reply I just had bounce back to me, with some slight modifications... On Sat, 2020-06-27 at 19:05, Susan Chan Lee wrote: > Hi All > > Does anyone know how to set-up a secure remote connection using > netcat, in that one which uses au

RE: Netcat (NC) Secure Remote Connections via authenication

2002-07-09 Thread - -
Ponnwitz" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, ><[EMAIL PROTECTED]> >Subject: RE: Netcat (NC) Secure Remote Connections via authenication >Date: Mon, 08 Jul 2002 09:45:13 -0400 > >You could try using Remote.exe that comes with th

RE: Netcat (NC) Secure Remote Connections via authenication

2002-07-08 Thread Bryan Ponnwitz
You could try using Remote.exe that comes with the NT4 resource kit instead of netcat. I'm not sure if it encrypts the data or not, but you do need to know a unique identifier to start the session. You could just make the ID a very long a complex string. I've had good results with it behind a f

RE: Netcat (NC) Secure Remote Connections via authenication

2002-07-07 Thread Aditya Lalit Deshmukh
How about using ssh for win32 from openssh.org It has all the features required ( plus it is encrypted so no one can snoop what u are doing ) - just make sure that u are using the latest verion and keep it uptodate Aditya Lalit Deshmukh > -Original Message- > From: Susan Chan Lee [ma

Re: Netcat (NC) Secure Remote Connections via authenication

2002-07-02 Thread Ian C. Blenke
If a straight port passthrough is needed, try SSL with client certs with Stunnel: http://www.stunnel.org Client certs can still be a bit of a pain to generate/configure for first timers. Do not leave it open for unauthenticated access. Why not use OpenSSH and key trust with a simple por

Re: Netcat (NC) Secure Remote Connections via authenication

2002-07-02 Thread Roberto Rotta
> From: Susan Chan Lee [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 28, 2002 12:05 PM > > Does anyone know how to set-up a secure remote connection using > netcat, in that one which uses authenication or port filtering > (without the need to install any other wrapper software). > > I hav

Re: Netcat (NC) Secure Remote Connections via authenication

2002-07-01 Thread KoRe MeLtDoWn
Hello Susan, it might help us if you could please give us the version of windows you are using, or alternatively what orther OS you are using. It might be an idea to make your own program for this purpose, as this would be most likely to be more secure than anything you could get on the market,

RE: Netcat (NC) Secure Remote Connections via authenication

2002-07-01 Thread Hiemstra, Brenno
Susan, Take a look at CryptCat http://farm9.com/content/Free_Tools/Cryptcat Dunno the product itself but it has secure communication but I dont think authentication. Regards, Brenno > -Original Message- > From: Susan Chan Lee [SMTP:[EMAIL PROTECTED]] > Sent: vrijdag 28 juni 2002 21

Re: Netcat (NC) Secure Remote Connections via authenication

2002-07-01 Thread Peter Kristolaitis
>I have a requirement were I need to connect to a remote machine and >get a command prompt. >It would be great if when someone connects authenication is required, >hence in effect all I need is to connect to a remote machine, get >prompted for a password and then get a command prompt, if netcat

Re: Netcat (NC) Secure Remote Connections via authenication

2002-07-01 Thread Ulrich Keil
On Sun, Jun 30, 2002 at 02:22:09AM +, Susan Chan Lee wrote: > Does anyone know how to set-up a secure remote connection using > netcat, in that one which uses authenication or port filtering > (without the need to install any other wrapper software). mhm ... If you need port filtering, you m

RE: Netcat (NC) Secure Remote Connections via authenication

2002-07-01 Thread Royans Tharakan
If you want a "command prompt" on the other end, why not just run sshd or telnetd on your favorite port on the "other end" ? Now, if you want nc to tunnel over SSH, that can be arranged too. You need to connect using ssh to the other end and setup port forwarding within SSH which can be used b