Comments on: Shell In A Box – A Web-Based SSH Terminal to Access Linux via Browser https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 21 Dec 2023 12:45:30 +0000 hourly 1 By: mgolusin https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-2117833 Thu, 21 Dec 2023 12:45:30 +0000 http://www.tecmint.com/?p=4312#comment-2117833 In reply to GBU Wally.

Do you know the exact command to avoid login?

]]>
By: jack https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-2071749 Tue, 19 Sep 2023 05:15:03 +0000 http://www.tecmint.com/?p=4312#comment-2071749 It’s a very useful article for me who wants to make an IDE for a program language platform on the web.

But How do you describe how to make it using a thin client PC via the web?

Thanks.

]]>
By: Ravi Saive https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-2014784 Tue, 16 May 2023 08:37:28 +0000 http://www.tecmint.com/?p=4312#comment-2014784 In reply to UZI.

@Ujlain,

You need to specify both port numbers in the sshd_config file, and use the port number to access the SSH, like:

$ ssh user@baeldung -p 12344
Or
$ ssh user@baeldung -p 22
]]>
By: UZI https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-2014777 Tue, 16 May 2023 08:16:34 +0000 http://www.tecmint.com/?p=4312#comment-2014777 I have two SSH services on same IP i.e on port 22 & 12344. Whenever I try to connect https://localhost:23167, I get connected to SSH server running on port 22. How do I connect to SSH services on port 12344?

Kindly suggest.

]]>
By: Ravi Saive https://www.tecmint.com/shellinabox-web-based-ssh-linux-terminal/comment-page-1/#comment-1981008 Fri, 10 Mar 2023 05:02:58 +0000 http://www.tecmint.com/?p=4312#comment-1981008 In reply to Porky P.

@Porky,

I have used the top command, which is a Linux command line tool that prints actively running Linux processes on the system.

]]>