ssh

  1. edisonvpb

    Second Chapter-basic command of Linux through SSH

    How to move h/j/k/l: left/down/up/right  w :move behind the word targeted(frontly adding digit showing how many words to move) b :move in front of word targeted(frontly adding digit showing how many words to move) e : move behind to end of a word ge : move front to end of a word $...
  2. Chris Worner

    How to terminate/delete a cPanel account through SSH

    In WHM I could delete or terminate a cPanel account but in SSH, I could also do same thing?
  3. tlhIngan

    How to reinstall your VPS using SSH?

    I want to reinstall my VPS using SSH, it is possible to rebuild a Linux VPS to original state with OS as Centos, Ubuntu or Fedora?
  4. Lilienthal

    How to change email outgoing port numbers in WHM or via SSH

    I am currently using these ports 25,465 for outgoing mail server but I am getting the problem since my ISP is blocking some ports. Is if possible to change outgoing port numbers in WHM, I have WHM installed on my hosting. I checked Exim Configuration Manager under Service Configuration and...
  5. Gmeister4

    How to save and exit crontab -e in SSH?

    How to save and exit crontab -e in SSH? I created a new contab with command crontab -e and I tried to type some characters on my keyboard but no success, I have a centos 6 version installed on my VPS, vi comes by default with yum and I also installed nano.
  6. MooseLucifer

    How to Secure your SSH on a Linux server

    All the way in this thread are edited in the file /etc/ssh/sshd_config, after fixed then restart SSH with the command: service sshd restart 1. Change SSH port Default SSH Server will use port 22 to receive the connection, and it is the port that the scanner is always targeted to a brute force...
  7. Laviskajoermoy

    How to ZIP (compress) and UNZIP (extract) files on your server via SSH?

    I logged into my server via SSH, I want to use Putty or Terminal to zip ZIP (Compress) and UNZIP (Extract) files and folders in a folder on server. How to do?
Top