LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-03-2020, 10:32 AM   #1
anilw
LQ Newbie
 
Registered: Oct 2018
Posts: 20

Rep: Reputation: Disabled
Help to install SSH server on Ubuntu VPS


Hi Friends,
Need your help to install an SSH server that support following type of user account to account remotely

Example account generted from FREE SSH server
Code:
Server: XXX.XXX.XXX.XXX
Username: myid-lionssh.com
Password: mypasswd
SSL/TLS: 443
OpenSSH: 22, 444
Dropbear: 80, 143
SSH: 22
Squid: IP SERVER :8080/1808
Can anybody help me to install my own similar server to configure a user account like above

(I have OVH VPS running with Ubuntu 18.04)

Note- I have tried with openSSH server but cannot create configuration like above,

I don;t want to GUI based account creation, just configuring over terminal would be OK

what i need mostly to define SSL/TSL format account

pls help
 
Old 05-03-2020, 12:46 PM   #2
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,173

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
Have you checked if they have restrictions in place? When I did VPS support we set up the account with SSH for the user to prevent abuse if they did it themselves.
Looks like they use cPanle, which you might be able to use to setup SSH access.
 
Old 05-04-2020, 06:08 AM   #3
anilw
LQ Newbie
 
Registered: Oct 2018
Posts: 20

Original Poster
Rep: Reputation: Disabled
ok tks for your reply...
cannot this get done with
having an OPENVPN server?

my request is based on that most of these SSH servers provide accounts based on
online.net, OVH, Contabo taos etc...
when you do a INTERNET speed test with OOKLA, you can your ssh server host as one of these VPS providers...

the following link says the requirements are..
https://www.codester.com/items/4131/...lling-platform

Requirements
PHP >= 5.6.4
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension

Last edited by anilw; 05-04-2020 at 06:41 AM.
 
Old 05-15-2020, 03:56 AM   #4
GunFighT
Member
 
Registered: May 2014
Location: Romania
Distribution: Debian/Ubuntu, Rocky Linux
Posts: 53

Rep: Reputation: Disabled
It's a bit confusing.
You are trying to install a simple SSH Server on the VPS or you are trying to install SSH Panel?

Installing SSH Server on Ubuntu:
Code:
sudo apt install openssh-server
sudo systemctl status ssh
 
Old 05-17-2020, 11:15 PM   #5
anilw
LQ Newbie
 
Registered: Oct 2018
Posts: 20

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by GunFighT View Post
It's a bit confusing.
You are trying to install a simple SSH Server on the VPS or you are trying to install SSH Panel?

Installing SSH Server on Ubuntu:
Code:
sudo apt install openssh-server
sudo systemctl status ssh
Hi.. Actually what i need SSH Panel
where i can have user account account like
serverIP (obviously my VPS IP)
Port (prefereably 443/444)
user name
password

is this wolfSSH something similar to that?
https://github.com/wolfSSL/wolfssh
 
Old 05-18-2020, 01:54 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,892

Rep: Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317
no, that is another server, what you are speaking about is a gui for clients (where you can preconfigure connection settings).
Something like these: https://www.linux.com/topic/networki...sh-guis-linux/
 
Old 05-18-2020, 01:58 AM   #7
anilw
LQ Newbie
 
Registered: Oct 2018
Posts: 20

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
no, that is another server, what you are speaking about is a gui for clients (where you can preconfigure connection settings).
Something like these: https://www.linux.com/topic/networki...sh-guis-linux/
Tks for your reply...
but how can enable TLS/SSL tunnel on these??

I need SSH server in my VPS (ubuntu 18.04) to connect from my PC with
user pass with TLS/SSL tunnel method
(sorry i made this too complicated...)
 
Old 06-02-2020, 01:28 AM   #8
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,892

Rep: Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317
reported spam
 
Old 06-02-2020, 02:41 AM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,724

Rep: Reputation: 5918Reputation: 5918Reputation: 5918Reputation: 5918Reputation: 5918Reputation: 5918Reputation: 5918Reputation: 5918Reputation: 5918Reputation: 5918Reputation: 5918
spam deleted
 
  


Reply

Tags
server, ssh, ssl, tls, ubuntu 18.04



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with using virt-install to install VPS on remote server with --location bulletproof.rs Linux - Software 0 04-20-2019 12:45 PM
How to redirect all traffic from a VPS to another VPS 124748768 Linux - Networking 0 07-08-2011 10:36 AM
2 vps vs 1 vps bmayhem Ubuntu 0 05-04-2009 03:08 PM
help-postgres postgis install and help with server admin on vps fedora phprules Linux - Server 1 01-12-2008 01:55 AM
Where can I download UML VPS or Xen VPS to make a virtual private server? abefroman Linux - Software 3 12-09-2005 10:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 04:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration