Re: Installing shellinabox on OpenBSD

2024-02-15 Thread Michael Hekeler
> Use a UBS drive and run it from that...
> 
> You don't need to install it on the window machine.
> 
> Anyway in 2024 still not have a decent native ssh client on Window say how
> interested Microsoft are in making a secure OS really...


Microsoft has builtin OpenSSH since 2018
No need for putty or powershell or whatever

Just open cmd:

Microsoft Windows [Version 10.0.19045.4046]
(c) Microsoft Corporation. Alle Rechte vorbehalten.

U:\>ssh -V
OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2   

 



Re: Installing shellinabox on OpenBSD

2024-02-13 Thread Stuart Henderson
On 2024-02-12, Daniel Ouellet  wrote:
> Anyway in 2024 still not have a decent native ssh client on Window

Except it does, a port of openssh.



Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Scratch & Game channel
Is that powershell/s ssh client?
Or it is ssh.exe located in C:\Windows\System32\OpenSSH ?


On Tue, Feb 13, 2024 at 10:49 AM Trung Nguyen  wrote:
>
> Powershell should have a built-in ssh client.
> Theres also guacamole
>
> On February 12, 2024 7:38:25 PM UTC, Daniel Ouellet  
> wrote:
> >Just use Putty if you want a window ssh client.
> >
> >It exists for more then 25 years now.
> >
> >and it is still supported.
> >
> >Just maintain your systems via ssh and move on.
> >
> >Putty also allow you to use ssh keys as well.
> >
> >I am not sure why people say they can't have a safe ssh client for window...
> >
> >
> >
> >On 2/12/24 2:20 PM, Chris Narkiewicz wrote:
> >> On Mon, Feb 12, 2024 at 07:12:49PM +, Chris Narkiewicz wrote:
> >>
> >>> If security is not a problem, you can use telnet. Windows has telnet
> >>> client built-in.
> >>
> >> Also, ttyd is in ports. This could be handy:
> >>
> >> https://openports.pl/path/www/ttyd
> >>
> >> Best regards,
> >> Chris Narkiewicz
> >>
> >



Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Trung Nguyen
Powershell should have a built-in ssh client.
Theres also guacamole

On February 12, 2024 7:38:25 PM UTC, Daniel Ouellet  wrote:
>Just use Putty if you want a window ssh client.
>
>It exists for more then 25 years now.
>
>and it is still supported.
>
>Just maintain your systems via ssh and move on.
>
>Putty also allow you to use ssh keys as well.
>
>I am not sure why people say they can't have a safe ssh client for window...
>
>
>
>On 2/12/24 2:20 PM, Chris Narkiewicz wrote:
>> On Mon, Feb 12, 2024 at 07:12:49PM +, Chris Narkiewicz wrote:
>> 
>>> If security is not a problem, you can use telnet. Windows has telnet
>>> client built-in.
>> 
>> Also, ttyd is in ports. This could be handy:
>> 
>> https://openports.pl/path/www/ttyd
>> 
>> Best regards,
>> Chris Narkiewicz
>> 
>


Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Noth



On 12/02/2024 20:12, Chris Narkiewicz wrote:

On Mon, Feb 12, 2024 at 07:01:11PM +0300, Odhiambo Washington wrote:

The VM is NOT exposed to the Internet so I am not worried.

If security is not a problem, you can use telnet. Windows has telnet
client built-in.

Best regards,
Chris Narkiewicz
Windows has had ssh as a built-in client since Windows 10 (at least 4-5 
years ago). Just launch PowerShell. You can even enable the sshd server.




Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Daniel Ouellet

Use a UBS drive and run it from that...

You don't need to install it on the window machine.

Anyway in 2024 still not have a decent native ssh client on Window say 
how interested Microsoft are in making a secure OS really...



On 2/12/24 3:41 PM, Chris Narkiewicz wrote:

On Mon, Feb 12, 2024 at 02:38:25PM -0500, Daniel Ouellet wrote:

I am not sure why people say they can't have a safe ssh client for window...


OP mentioned he cannot install software on the machine. This is pretty
common issue if machine is managed by somebody else.

Best regards,
Chris Narkiewicz





Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Chris Narkiewicz
On Mon, Feb 12, 2024 at 02:38:25PM -0500, Daniel Ouellet wrote:
> I am not sure why people say they can't have a safe ssh client for window...

OP mentioned he cannot install software on the machine. This is pretty
common issue if machine is managed by somebody else.

Best regards,
Chris Narkiewicz



Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Daniel Ouellet

Just use Putty if you want a window ssh client.

It exists for more then 25 years now.

and it is still supported.

Just maintain your systems via ssh and move on.

Putty also allow you to use ssh keys as well.

I am not sure why people say they can't have a safe ssh client for window...



On 2/12/24 2:20 PM, Chris Narkiewicz wrote:

On Mon, Feb 12, 2024 at 07:12:49PM +, Chris Narkiewicz wrote:


If security is not a problem, you can use telnet. Windows has telnet
client built-in.


Also, ttyd is in ports. This could be handy:

https://openports.pl/path/www/ttyd

Best regards,
Chris Narkiewicz





Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Chris Narkiewicz
On Mon, Feb 12, 2024 at 07:12:49PM +, Chris Narkiewicz wrote:

> If security is not a problem, you can use telnet. Windows has telnet
> client built-in.

Also, ttyd is in ports. This could be handy:

https://openports.pl/path/www/ttyd

Best regards,
Chris Narkiewicz



Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Chris Narkiewicz
On Mon, Feb 12, 2024 at 07:01:11PM +0300, Odhiambo Washington wrote:
> The VM is NOT exposed to the Internet so I am not worried.

If security is not a problem, you can use telnet. Windows has telnet
client built-in.

Best regards,
Chris Narkiewicz



Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Jose Maldonado
El Mon, 12 Feb 2024 08:42:50 -0700
"deich...@placebonol.com"  escribió:
> Not answering your question because I am interested why you want to
> use a 3rd party software package when you can easily remotely manage
> a system using ssh?
> 
> 73
> diana
> 
> On February 12, 2024 7:21:54 AM MST, Odhiambo Washington
>  wrote:
> >Hello world,
> >
> >I am an OBSD newbie. Please bear with me.
> >I have installed OBSD7.4 VM and would like to be able to access it
> >remotely using a browser.
> >Now, I do know how to configure things, but installing them is the
> >challenge.
> >
> >Has anyone managed to install shellinabox (
> >https://github.com/shellinabox/shellinabox/tree/master/shellinabox)
> >on OpenBSD and is willing to share how it's done?
> >
> >Thank you.
> >
> >-- 
> >Best regards,
> >Odhiambo WASHINGTON,
> >Nairobi,KE
> >+254 7 3200 0004/+254 7 2274 3223
> > In an Internet failure case, the #1 suspect is a constant: DNS.
> >"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
> >[How to ask smart questions:
> >http://www.catb.org/~esr/faqs/smart-questions.html]

But what is the use of using this, if you can perfectly use ssh and it
is a more secure option? (from every point of view, including the one
that is actively maintained).

-- 
*
Dios en su cielo, todo bien en la Tierra



Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Odhiambo Washington
On Mon, Feb 12, 2024 at 6:57 PM Jozef Nagy  wrote:

>
>
> > why you want to use a 3rd party software package when you can easily
> remotely manage a system using ssh?
>
>
> I can see some usage on eg. a Windows computer that you don't own and
> can't install/run 3rd party software to connect to your machine over SSH.\
>

Exactly.


> Looking briefly over the git repo however makes me more afraid of security
> issues - last patch was published on January 2019, 5 YEARS ago.
>

The VM is NOT exposed to the Internet so I am not worried. Shellinabox
would run inside it. I'd have the host machine providing access via Apache
reverse proxy, secured
with a .htaccess.



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
 In an Internet failure case, the #1 suspect is a constant: DNS.
"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
[How to ask smart questions:
http://www.catb.org/~esr/faqs/smart-questions.html]


Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Jozef Nagy



> why you want to use a 3rd party software package when you can easily remotely 
> manage a system using ssh?


I can see some usage on eg. a Windows computer that you don't own and can't 
install/run 3rd party software to connect to your machine over SSH.
Looking briefly over the git repo however makes me more afraid of security 
issues - last patch was published on January 2019, 5 YEARS ago.



Re: Installing shellinabox on OpenBSD

2024-02-12 Thread deich...@placebonol.com
Not answering your question because I am interested why you want to use a 3rd 
party software package when you can easily remotely manage a system using ssh?

73
diana

On February 12, 2024 7:21:54 AM MST, Odhiambo Washington  
wrote:
>Hello world,
>
>I am an OBSD newbie. Please bear with me.
>I have installed OBSD7.4 VM and would like to be able to access it remotely
>using a browser.
>Now, I do know how to configure things, but installing them is the
>challenge.
>
>Has anyone managed to install shellinabox (
>https://github.com/shellinabox/shellinabox/tree/master/shellinabox) on
>OpenBSD and is willing to share how it's done?
>
>Thank you.
>
>-- 
>Best regards,
>Odhiambo WASHINGTON,
>Nairobi,KE
>+254 7 3200 0004/+254 7 2274 3223
> In an Internet failure case, the #1 suspect is a constant: DNS.
>"Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-)
>[How to ask smart questions:
>http://www.catb.org/~esr/faqs/smart-questions.html]