User Tools

Site Tools


internet_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
internet_server [2025/01/19 03:47] – [Installation of SSH Server] 1211112228internet_server [2025/01/19 03:49] (current) – [Installation of FTP Server] 1211112228
Line 101: Line 101:
 Change to host only adapter and check for host ip address using ''hostname -I''{{ :jep10.png?400 |}}{{ :jep24.png?400 |}} Change to host only adapter and check for host ip address using ''hostname -I''{{ :jep10.png?400 |}}{{ :jep24.png?400 |}}
  
-Next, try to generate key using rsa using ''ssh-keygen -t rsa''{{ :jep25.png?400 |}}+Next, try to generate key using rsa using  
 +  ssh-keygen -t rsa 
 +{{ :jep25.png?400 |}}
  
-Then copy the key using ''ssh-copy-id vboxuser@192.168.56.102''{{ :jep26.png?400 |}}+Then copy the key using  
 +  ssh-copy-id vboxuser@192.168.56.102 
 +{{ :jep26.png?400 |}}
  
 Now we are able to log in to ssh server without any password requirement. Now we are able to log in to ssh server without any password requirement.
Line 114: Line 118:
  
 Install the FTP Server Install the FTP Server
- +  sudo apt-get install proftpd-basic 
-  * Use ''sudo apt-get install proftpd-basic''{{ :jep28.png?400 |}}+{{ :jep28.png?400 |}}
  
 Install ''ftp'' to be able to use ftp command Install ''ftp'' to be able to use ftp command
- +  sudo apt-get install ftp 
-  * Use ''sudo apt-get install ftp''{{ :jep29.png?400 |}}+{{ :jep29.png?400 |}}
  
 Test the installation by typing ftp ipaddress Test the installation by typing ftp ipaddress
- +  ftp 192.168.56.102   
-  * ''ftp 192.168.56.102''{{ :jepaddon.png?400 |}}+{{ :jepaddon.png?400 |}}
  
 Next, Install GUI FTP Next, Install GUI FTP
Line 136: Line 140:
  
 Enabling Chroot Jail Enabling Chroot Jail
- +  sudo nano /etc/proftpd/proftpd.conf 
-  * Use ''sudo nano /etc/proftpd/proftpd.conf''.Uncomment ''#DefaultRoot~''{{ :jep34.png?400 |}}+Uncomment ''#DefaultRoot~''{{ :jep34.png?400 |}}
  
 **Test the FTP Server** **Test the FTP Server**
internet_server.1737258435.txt.gz · Last modified: 2025/01/19 03:47 by 1211112228

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki