Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2930  / 2 Years ago, tue, june 28, 2022, 4:35:20

I have a Ubuntu Server 11.10 box, which I would like to run "headless", and without a keyboard, mouse or display. Is it possible that immediately after startup the machine logs into an account, or allows me to control the machine from my Windows 7 machine nearby via SSH and SFTP?




  1. I've got OpenSSH server installed, and even when the box is not logged in I can start an SSH session.


  2. I've tried installing VSFTPD but its very troublesome (hardly connects) and only starts when I login locally into the box.



More From » server

 Answers
1

OpenSSH and other services should start-up without requiring any user to login. OpenSSH also provides SFTP (and SCP) capability; you don't need any dedicated SFTP daemon. Essentially, install OpenSSH (and remove VSFTPD, unless you specifically want FTP), and you should be able to log into a shell and transfer files over SFTP just fine on a headless box.


[#39340] Thursday, June 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lowovey

Total Points: 287
Total Questions: 98
Total Answers: 117

Location: Bosnia and Herzegovina
Member since Thu, Jan 14, 2021
3 Years ago
;