Skip to main content

Questions tagged [ssh]

0 votes
0 answers
46 views

I imagine my scenario to be reasonably common, so I am wondering if there is a method to achieve it. I perform development on my local machine, which is either connected to the internet over my home ...
user10709800's user avatar
3 votes
1 answer
939 views

I installed the SSH Terminal extention so that my customers can have access to SSH without giving them remote SSH access. When I (under admin or the customer) open up the SSH terminal, the terminal is ...
Kaspr's user avatar
  • 171
1 vote
1 answer
1k views

I have a NodeJS server on a virtual machine. I connect to the machine through SSH and leave the server running with: npm start & If I disconnect with Ctl-D, the server keeps running. If my ...
ginjaemocoes's user avatar
1 vote
0 answers
352 views

I use Git to generate a key pair. The private key has this format with no extension (probably the .pem format): -----BEGIN OPENSSH PRIVATE KEY----- ... -----END OPENSSH PRIVATE KEY----- I want to ...
Ooker's user avatar
  • 698
3 votes
0 answers
142 views

I have an account at rsync.net and am trying to point WHM "rsync" backups to it. Obviously "rsync.net" has rsync installed, and they also have a small list of common UNIX commands in their ...
user227963's user avatar
1 vote
1 answer
122 views

I have a plugin on WordPress that smushes all my images. The problem is, that for some reason, there's no option to remove the original images from the server after the smush. The plugin adds the ...
NicoCaldo's user avatar
  • 221
1 vote
0 answers
1k views

I've seen similar questions on SE, but the solutions haven't worked for me, which I'll get to later. I have SSH access to my cPanel account and can log in via SSH fine. I made a new repo via cPanel, ...
npbm's user avatar
  • 33
1 vote
1 answer
471 views

I have a developer who wants to check website files on the server. In the past, this developer has made changes that broke the website. In order to avoid unwanted file editing, I need to grant the ...
Els den Iep's user avatar
1 vote
1 answer
3k views

I have a website, and I'd like to use it for SSH-ing. I hate having to remember my computer's IP address, so I was hoping to do something like: ssh [email protected] -p 1234 or ssh uname@example....
Enrico Borba's user avatar
3 votes
1 answer
2k views

I catch, save, and report all suspicious or malicious acts against my servers. Among the things I track are port scans on vulnerable ports (including the default ports for SSH, RDP, Plesk, and Webmin, ...
GeekOnTheHill's user avatar
4 votes
2 answers
1k views

I've purchased the cheapest virtual server (20GB, 2RAM, 1VCPU for 2.96€) at Hetzner and can not log in to it - a password is requested and I have no idea what password it should be. What I've tried ...
shabunc's user avatar
  • 161
0 votes
1 answer
1k views

I have been trying to get SSH access to my shared LAMP server for ages. I suspect that the ports are locked down or different to what they should be. Currently, the only access I have to the server is ...
MeltingDog's user avatar
  • 1,373
1 vote
2 answers
904 views

I want to start using SSH instead of FTP, but I am clueless when it comes to SSH keys. I'd like to use a Gulp command to transfer my files (as I do now with FTP). I've found a good amount of NPM ...
MeltingDog's user avatar
  • 1,373