All Questions
Tagged with remote-access security
11
questions
0
votes
2
answers
2k
views
Chages to sshd_config not disable password only login
I have Ubuntu 22.04.2 LTS installed as a virtual machine (Windows Hyper-V). I am making the following changes to /etc/ssh/sshd_config
PermitRootLogin prohibit-password
PubkeyAuthentication yes
...
0
votes
1
answer
40
views
Possible to connect remotely only once. Repeated access required for second or more connection
My office laptop has Ubuntu 18.04 OS. I used to seamlessly connect via RDP(xRDP) and VSCode from my Windows laptop. Few weeks backs I was on short vacation and when I assumed my work I am not able ...
2
votes
1
answer
21k
views
ssh public key problem: /usr/bin/ssh-copy-id: ERROR: No identities found
I have two users each with their own computers running Ubuntu. I want to remotely access one of them (say the desktop server) from the other one (say the client pc).
I'm trying to enable public key ...
0
votes
0
answers
58
views
Network manager opened by itself
I left my computer on overnight because it had some updates to install, and I didn't feel like waiting for it to reboot just to shut it down. However, when I logged back in this morning, the network ...
9
votes
3
answers
22k
views
How to securely ssh into a machine at home over the internet
I will be travelling shortly, and I have a machine that run runs a bunch of cron jobs etc. I need to log in remotely to check the results of the jobs run and to do some work on the machine.
Here are ...
-1
votes
1
answer
130
views
Which is the most secure way to connect to the office network from outside? [closed]
For working remotely, I am looking for the most secure way of logging-in to office network from outside.
Being a data center, the minute chance of vulnerability issues cannot accepted.
Is open VPN ...
0
votes
4
answers
1k
views
can someone remotely access your ubuntu user account on your computer if they steal your ubuntu username and password
I would like to know if it is possible for someone who steals your ubuntu username and password to remotely access your ubuntu user account on your computer and even see what you are doing when you ...
1
vote
1
answer
239
views
Accidentally accepted unknown IP to Desktop Sharing
I was using Desktop Sharing on 12.04 for some days, and there were a lot of connect requests from unknown IPs. One of the connect requests I accidentally agreed to because I mixed up the Agree-Deny-...
4
votes
2
answers
14k
views
Am I being hacked?
I recently let a hacker (who I met once and don't know too well) connect to my computer through (I guess it was remote access)- I had to fill in my IP on a third party website and click a button and ...
6
votes
3
answers
20k
views
Disable interactive SSH at user-level
I connect to a server I don't control via SSH.
I use public key access and don't need to be able to connect with a keyboard-interactive password.
I would like to disable keyboard-interactive access ...
37
votes
2
answers
20k
views
Disable password access through SSH?
I'm setting up a server for backing up my desktop box remotely. I want to prevent remote password access to the server, permitting only users with private keys (AKA my desktop box) to access it. How ...