Search found 3 matches
- Fri Feb 21, 2020 2:30 am
- Forum: General Discussion
- Topic: can't change ssh port number
- Replies: 3
- Views: 5083
Re: can't change ssh port number
In the SSH terminal
change where you put #Port 22 by Port xxxx
(xxx = put the new port)
(without #)
To save the change: Ctrl + o + enter
("o" vowel, not number)
To close and exit nano: Ctrl + x + enter
Then
Code: Select all
nano /etc/ssh/sshd_config
(xxx = put the new port)
(without #)
To save the change: Ctrl + o + enter
("o" vowel, not number)
To close and exit nano: Ctrl + x + enter
Then
Code: Select all
/etc/init.d/ssh restart
- Fri Feb 21, 2020 2:15 am
- Forum: General Discussion
- Topic: Request for Spanish language forum section
- Replies: 15
- Views: 18907
Re: Request for Spanish language forum section
Vesta was born in Russia. Thus it is understood that there is a forum in Russian language. A technical forum in Spanish will work a few months. As always, only a couple of people solve the same repeated doubts. And there is not so much technical to add more value. More value is created in a single i...
- Fri Feb 21, 2020 2:09 am
- Forum: FTP Server
- Topic: change ssh user, do not let use SFTP
- Replies: 1
- Views: 18530
change ssh user, do not let use SFTP
When I make security changes in a VPS, if I add another user-ssh to "root" (as a single user entering SSH), it does not allow me to enter via SFTP with the "admin" of the Vestacp (with Filezilla)
any ideas ?
any ideas ?