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...
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????
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 user@hostname] for access.
Now, I want to write the shell script, "connection.sh"...
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...
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 username@router, (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...
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...
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?
/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...
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...
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...
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...
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...
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...
How do I Connect to servers without ssh keys for Ansible execution.
Is there any alternative to ssh keys ?
or Is there any other tool which takes care of provisioning tasks by default without keys.
Hello,
I am trying to excecute script on remote Debian machine from Jenkins. I have working SSH Connection from Jenkins to Linux machine but cannot excecute script. I am using Publish over SSH plugin in Jenkins and that script command is placed in "Exec command". I have tried various paths...
Hi!
I am trying to flash a custom firmware to my asus rt-n300 router , the asus firmware application doesn't work , i am able to access the router using ssh (putty, and winSCP) and i wanted to ask if its possible to flash the .trx firmware to the router using one of the included commands shown...
I'm using autoSSH to connect to an Amazon ec2 server. I need to automatically reconnect to the server if the SSH connection is lost for a few seconds.
I need the system to know that it has lost the SSH connection and then re-establish the connection to the server.
In some cases, the Ethernet...
I Run command on my Godaddy Server via SSh
sudo chown -R Amirvbase /
after that they hiding all detail from my access and unable to connect via putty
how I handle to return back to my previous work?