Questions tagged [secure]

9 questions
2
votes
1 answer

Correct configuration of the SSHD config file?

I'm using ssh on my linux box, I want to secure it to be as watertight as possible, only allowing ssh via ed25519 elliptic curve crypto sigs. I thought I had it setup correctly, disabling password, no PAM, etc. It seemed to be working properly but…
Woodstock
  • 103
  • 1
  • 1
  • 10
1
vote
1 answer

Nginx secure link with rewrite

I want to make a secure URL with Nginx secure-link model and rewrite. So the secured link be like: http://example.com/media/ZYSwFWTSM8DHh8CNupbbzw/1593525536/videos/tmp/793.mp4 And the Rewrite convert it to:…
Ali Coder
  • 21
  • 2
0
votes
1 answer

SSL Certificate on Windows VM on GCP

We have an application that we installed on a Windows virtual machine on GCP. The users are supposed to access this application by entering the real IP address of the server in their web browser. Please assist with the following: How to install an…
0
votes
0 answers

Unknown line in secure log

Anyone knows what are the highlihtet lines mean? Jun 17 22:20:03 webserver sshd[29519]: Invalid user pi from 197.44.122.204 port 42716 Jun 17 22:20:03 webserver sshd[29519]: input_userauth_request: invalid user pi [preauth] Jun 17 22:20:03 webserver…
Bert
  • 984
  • 1
  • 11
  • 29
0
votes
1 answer

Script executes perfectly in command line but failing in cron

I have created a script to know the successful attempts and failed attempts of users,usually everyday the /var/log/secure file goes to syslog and zipped like "secure-20200910.gz" but without extracting the file i want to read the data, for that i…
Naveen
  • 1
0
votes
0 answers

Server over vpn in local network

In need to integrate a server which stands in a datacenter into a local network.The server should only be accessed over the local net not publicly. The server is only accessible over ssh not physical. I think the best solution would be over vpn. I…
-1
votes
1 answer

Secure contents of a hard drive so it can't be accessed on another computer

My company is developing a device that is basically a Linux box with some attached hardware and proprietary software that is installed on several clients. What would be the best options to secure the contents of the hard drive so that it cannot be…
-1
votes
1 answer

Need Secure way to Login VMs

I am a manager working in an IT company. We have more than 1000 Vms in Live and accessed by lot of people. We need to have a Secure way to Login the vm without sharing the password to our team. Linux / Windows we need to Keep the Login as secure and…
-1
votes
1 answer

Secure server accessing R repository

Disclaimer: Please forgive my complete ignorance and lack of knowledge with this subject. I am not an IT professional nor do I have experience with secure networks/servers or R. I just happen to be the person roped into this and am completely lost.…