I have a PC that I need to ssh into which only has a private IP (running Ubuntu 20.04 LTS). This is my first time working with autossh and systemd. I have autos
I've made an Flask API Server that i want to run on a Server and close the Terminal session and still keep it running. (SSH) The API's makes a lot of Requests t
I installed docker on aws according to thes docs https://docs.docker.com/engine/install/centos/ https://docs.aws.amazon.com/AmazonECS/latest/developerguide/dock
I am currently working with Create2 Roombas. They are connected through serial to USB connections to Raspberry Pis that I control from my laptop through SSH. I
I am new to SFTP. I am getting Renci.SshNet.Common.SftpPermissionDeniedException: 'Permission denied' error while uploading an image to the SFTP location from a
miniconda3 environment: windows server 2019 vm python 3.9.10 dask + distributed 2022.2.1 asyncssh 2.9.0 In the process of changing from 2021.x.y dask baseline t
When I run the "ps" command, I can see all the processes I'm running, but for some reason, there are two identical processes(except for the PID ofc) running bas
question: I am logged into machinA with smartcard and using that smcartcard information I can ssh into the machineB by doing\ ssh -I pkcs11.so `machineB` Now
Goal: connect to AntMiner via SSH, and send poweroff command. command: plink.exe -v -t -ssh antminer -l root -pw xxx poweroff Connecting to 10.0.1.11 port 22
Hello guys I have created new ssh key and added to my repo in gitlab, I am working as a contractor but can't connect to the server it's finding my email from gi
I can connect to postgres in that way. On my local machine i run: ssh name@ip -p 22 input --> password and then sudo docker-compose exec postgres bash afte
Today I got the following message when I used Git + BitBucket on MacOS while pushing a new branch to BitBucket. You are using an account password for Git over H
I have a big dataset on my shared google drive. I want to access/read the dataset from a remote server's jupyter notebook to train my deep learning model. I can
Update: The problem seems to be quite different from what I initially thought. Information about this is at the bottom of the post. I've been having quite the s
I'm trying to ssh into a gce instance: C:\Users\Kevin>gcloud compute config-ssh You should now be able to use ssh/scp with your instances. For example, try r
I am trying to establish a connection with an SFTP with paramiko. I was able to generate the known_hosts file in my local system by using ssh my.domain.com The
I am connected to a Raspberry Pi through SSH on my MacBook. Within the SSH, I have used the screen command to create two detached instances of the shell, one in
I have a server running Jupyter and I use ssh port forward to access it by: ssh -L 8888:127.0.0.1:8889 -N -T Server so I can access it from localhost:8888 or 1
I am on the new end of learning remote connections and I ran into a rather strange issue when connecting remotely to a machine. Host: Jetson Nano - Ubuntu Clien
I am using 2 raspberry pi and each of them has a camera connected. I am trying to run, from the first pi, a script to get the video feed of the second one. And