scp

  1. U

    Is it possible to disable scp and sftp and have only SSH access?

    I'm a linux administrator and I don't want people to download files stored on my server. However, users can login to the server via ssh to work on it. I don't know how to solve this problem. Please help me.
  2. R

    [SOLVED] Cannot download file using SSH

    Hi, I am doing TryHackMe stuff and I have problem to download the file to PC that I am connected to via SSH. I use my Kali Linux VM and I am connected to deployed TryHackMe machine via SSH. I use TryHackMe openvpn network. I've created a server with python -m http.server 80 (I've tried 8000...
  3. H

    Script for copy&delete directory from one server to another

    Hey everyone, I have 2 remote Servers: Server A and Server B. On Server A I have a directory named: 'Example' I need to copy 'Example' directory from Server A to Server B and then delete it from Server A (if there's a possibility to do it by one command it would be better of course). I would...
Top