ssh

  1. S

    Problems with OpenSSH and SystemD

    Hello, I'm getting an issue, I'm trying to setup a reverse ssh tunnel in a systemd service,tho when launching it i get an ssh 255 Excep and Host key verif failed. However when running the command in my terminal it works normally. Here is a bit of info: My ssh command /usr/bin/ssh -vvv -N -R...
  2. jeremyy44

    Jumpbox problem about needing more ssh key's

    Hi, So here is my situation. I have my user desktop, my jumpbox and my server. My thought here is I want to use my jumpbox as well a jumpbox server for ssh, and it works. But I tough I would only need to add the ssh key of the user to the jumpbox and the jumpbox to the server. Not the user...
  3. R

    client_loop: send disconnect: Connection reset to CentOS

    Hi, this problem looks too hard for the best of my knowledge. I try to connect via ssh from a Windows 10 laptop to a remote Linux Server (CentOS Linux release 7.8.2003 (Core)): --- ssh.exe -i ./.ssh/id_rsa_name [email protected] -p port client_loop: send disconnect: Connection reset --- The...
  4. 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.
  5. P

    Solved: client_loop: send disconnect: Broken pipe

    I'm running ubuntu server 20.04 and whenever I try to connect via ssh using the local IP address it immediately get the error client_loop: send disconnect: Broken pipe and it disconnects. This isn't a time out after not using the terminal for a while but happens as soon as I connect. I am now...
  6. I

    Can't SSH into Fedora 34 installation

    Hello, I can't ssh into my fedora 34 installation from my ubuntu installation on my laptop anymore. The username is correct, the IP is correct and reachable. The output ofssh -vv [email protected] is OpenSSH_8.4p1 Ubuntu-6ubuntu2, OpenSSL 1.1.1l 24 Aug 2021 debug1: Reading configuration...
  7. I

    Can't SSH into my Fedora 34 Workstation

    Hello, when I try to connect to my Fedora 34 installation from my ubuntu installation on my laptop, it refuses to connect. The fedora workstation is running, the IP I'm trying to access is correct, I can ping it and I can login locally, but not via ssh. It has worked before but I have no clue...
  8. R

    Httpinjecter

    Anyone know any linux software like httpinjecter ? I want to use zoom data package with ssh server .windows have way with ( httpinjecter + proxifier ) any help????
  9. E

    How to transfer files using rsync and SSH?

    I've tried using this code in install rsync in Ubuntu but it's not working. apt-get install rsync Is there any other way? Thanks!
  10. H

    Put the "RSA PRIVATE KEY" in the shh command directly.

    In general, if we want to access the remote server, we need to download the key, "token.pem". Put the key to the specific path, "$HOME/token.pem". Then use [chmod 400 $HOME/token.pem] and [ssh -i $HOME/token.pem [email protected]] for access. Now, I want to write the shell script, "connection.sh"...
  11. 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...
  12. C

    SSH with it prompting User/Pass instead of having to specify user in command

    Hi All, I'm playing around with Red Hat Enterprise 7.6. Basically if I need to log into a router, I would have to ssh [email protected], (other ways is using the -l flag, or the -o flag). My question is, can I type in to where it does a User/Pass prompt? I tested this with Telnet and that's what...
  13. Nemesis

    (Solved) forward port to another computer?

    I've got one Linux server (Ubuntu) that has a public IP. I want by connecting to it, on a specified port, be routed to another Linux computer on the same local network. is this possible? found this online; iptables -t nat -A PREROUTING -p tcp --dport 49620 -j DNAT --to-destination...
  14. N

    how to start recovery mode for Ubuntu Server 18.04.3 LTS when connecting through SSH?

    I have a virtual machine running Ubuntu Server 18.04.3 LTS and I need to modify some settings using the recovery Mode. I have to connect through a VPN using SSH (Putty), so I'm not sure what the sequence would be to do this, as I think if I restart it, I'll loose the connection in Putty, right?
  15. P

    Protect authorized_keys and known_hosts?

    /home/me/.ssh/known_hosts /home/me/.ssh/authorized_keys I would like to put these files to an €ncrypt€d folder that is being decrypted manually after Linux Raspbian 10 start. Why? i do not want anyone to discover that files contents (consider someone steal the drive - my Raspbian installed from...
  16. V

    Linux SSH session getting stuck

    Hi, Am currently having a ubuntu 16 server. The server should be monitored and if it is idle for 10 min then it should stop. For stop I have done some scripting. The problem that I'm facing is that, I am calculating idle timeout by w command. In order to kill the ssh session which is idle, I...
  17. 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...
  18. Rob

    Use an SSH key to log into a remote server

    When you ssh into a remote server, the safest way is to use an ssh key. This video shows you how to create the key, explains the files created by the ssh-keygen command, and shows you how to copy your public key to the remote server. Please subscribe if you liked this video - we're trying to...
  19. H

    How to Install Zend Optimizer with cPanel?

    Zend Optimizer is a PHP addon which offers storing to enhance speed when stacking destinations; it can build execution by up to 40% by reserving as often as possible saw segments of PHP pages. Zend Guard likewise is helpful for encoding PHP documents to secure source code. Here's the manner by...
  20. blackneos940

    Using My Old ASUS X205TA As A Pseudo-Chromebook

    So I tried not using smileys in the question title like I usually do to help people when they search on the Interwebz..... :3 Anywho, if you look the specs up, you'll find that this Laptop is best used with either a BSD Distro, or some Linux Distro..... So I went with Xubuntu..... :3 I...
Top