Category "ssh"

Can't SSH into RancherOS which is installed in iohyve in FreeNAS within a virtual machine

I'm preparing for a Server upgrade, but before doing so I want to have a dry-run within a VM first. I'm running Linux Mint on a laptop. Currently I have FreeNAS

iTerm2: How can I trigger a local command from a remote session?

iTerm2 shell integration has some neat tricks, such as its it2copy command, which copies into the local clipboard, even if I'm logged into a remote machine via

Force password authentication (ignore keys in .ssh folder) in Paramiko in Python

I'm trying to write a small Python program to check whether an SSH server allows a password authentication. Here is the current plan: import base64 import para

Managing multiple google cloud VM instances / compute engines at the same time

I have created a few servers on google cloud. I made them in VM instances. They run the same script everyday but each server runs with different arguments. How

Reboot Linux with SSH command

I'm using simple-ssh with nodeJS and expressJS, and I'm trying to reboot a remote linux machine with ssh command, this is my code (it does not work, but if I tr

What happens when I run "ssh [email protected]

I have tried google it and check the gitlab-documentation but did not find a good answer for this. When I setup GitLab I am advised to test my SSH-keys to my Gi

Buildbot Docker BUILDBOT_CONFIG_URL how to setup with SSH keys?

In the Buildbot Docker tutorial documentation it says: "You will need to change docker-compose.yml the variable BUILDBOT_CONFIG_URL in order to point to your gi

Bash script to send commands to remote ssh session

Is it possible to write a bash script that opens a remote node (i.e. through ssh and/or slurm) and starts an interactive session there after running some comman

How to connect to GCP VM instance with password using SSH?

I able to connect to my VM instance in GCP with a SSH key. I added user with the sudo useradd -m -s /bin/bash -G {groups} {new user name} command, and changed

Is it possible to bridge ssh through a 4G connection?

My case is the following: I will install some prototypes connected together with wifi (one device is the AP) in a distant site. I'd like to be able to remotely

zsh: permission denied: /Users/ryanshumway/.ssh

New to programming, and my employer had setup my SSH with Gitlab for me. Now that I'm learning more programming I thought, hey, I'll setup another SSH for my pe

Gitlab deploy keys configured but still doesn't grant access

I just configured Gitlab with a deploy key so that it doesn't ask for a username and password every time—but when pulling, it still fails with the followi

PowerShell script to SSH to Multiple Linux devices and restart/reboot them

I am comfortable with writing single queries. I am new to writing bash scripts trying to automate the daily stuff. I need help on creating a PowerShell or bash

How to migrate from HTTPS to SSH github

I cloned my company project repo using HTTPS, I want to migrate into SSH because it conflicts with my personal git account. how can I migrate into SSH instead o

I have an issue with Netmiko Error reading SSH protocol banner

I wrote a code to go through an inventory list of Cisco devices and do some tasks. My problem is because the inventory list is huge, and no guarantee if the dev

How to suppress "keyboard-interactive" prompts in plink.exe

I have a PowerShell script that calls plink.exe regularly. Normally, the two output lines about keyboard-interactive prompts are simply annoying. However, when

Paramiko Error reading SSH protocol banner

I'm having issues handling this error: "Error reading SSH protocol banner" + str(e) paramiko.ssh_exception.SSHException: Error reading SSH protocol banner. this

asyncio and paramiko for concurrent ssh connectivity

I'm trying to speed up the Paramiko SSH connection to a couple of network devices. I want to use asyncio for that purpose, but I'm not sure if my implementation

Raspberry Pi SSH permission denied

I went through existing threads and was unable to find a solution for my issue. I am using Raspberry Pi 2 model B and am able to use it by connecting to Displ

Using pscp in C# for file transfer between Windows and Linux through a post request

I have been trying to transfer files through a C# code, but it doesn't seem to work. Although the following line in command prompt works fine. "C:\Program Files