Category "ssh"

Why doesn't systemd start my autossh tunnel on reboot?

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

Running a Python Flask server in closed Terminal session

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

SSH disconnected after start docker on AWS

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

How Can I Run Commands in a Python Environment Over SSH from a Python Script?

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

Renci.SshNet.Common.SftpPermissionDeniedException: 'Permission denied'

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

dask scheduler SSHCluster() not establishing connection

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

Multiple processes running bash on a ssh server

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

how to pass the smartcard info from one machine to another via ssh

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

Executing command on Plink command line fails with "not found"

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

Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password) windows 10

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

How to connect to postgres on another server where postgres is on docker?

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

BitBucket: You are using an account password for Git over HTTPS

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

How to access shared google drive from remote server's jupyter notebook?

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

Running Pythonscript over SSH from a Jenkinsagent doesn't start the script

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

gcloud compute config-ssh results in permission denied

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

Unable to Connect to SFTP through paramiko

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

Listing screen sessions cause errors - Raspberry Pi

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

How can I access a port fowarded jupyter by ip address

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

Gtk-WARNING **: cannot open display: localhost:10.0

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

How to get the value of a python script I run through ssh

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