I've been struggling with this for 2 days already. I have 2 linux machines A and B and trying to run the following command from A remotely (as it would be done
I kept ssh connection alive following this post: Mobaxterm: how to prevent ssh session from exiting? I managed to keep ssh connection alive but sftp connection
So I have a terraform script that creates instances in Google Cloud Platform, I want to be able to have my terraform script also add my ssh key to the instances
I am Testing out connection to mysql server with python. I need to ssh into the server and establish a mysql connection. The following code works: from sshtunne
I have a shell script file like this: #!/bin/bash CONF_FILE="/tmp/settings.conf" #settings.conf contains OS_NAME="Caine Linux" source $CONF_FILE display_os_n
Without a Docker container, it is straightforward to run an X11 program on a remote server using the SSH X11 forwarding (ssh -X). I have tried to get the same t
I can successfully connect to my openshift mysql through workbench, how do I do the same through my spring boot application? in my application.properties: # C
I'm having problem with deploying with the use of deployer, this is the first time i'm using any deployment tool. My teacher have made a guide for making it wor
I am in need of python sftp client to download files from a sftp server. I started to use Paramiko. Small files in KB works well but however when I try to downl
I have some aliases for ssh, example: alias buildWork="ssh work '~/build_app'" The problem is that the ssh command passes some variables like $LC_CTYPE that ca
I have followed Jeffrey Way's instructions and I am continuously getting the same SSH error within Terminal. I am wanting to connect through Sequel Pro and upo
A project we're working on just got a new requirement added to it: it has to be able to receive files through SFTP (SSH) using key/pair authentication. We've be
How can I tell ssh with a command line option to not use the SSH-Agent? ssh -a does something different. It does not forward the agent, but uses it. I read th
I'm trying to log into my-server through a jump server, jump.example.com. I can successfully log into the jump server without a password request: ssh -i .ssh/id
While trying to setup git SSH from my windows laptop, I see the below. How do I make it work? Currently, I see "shell request failed on channel 0" Command Exa
I have a pair of keys to epadmin on machine A. I copied them on machine B in home folder of epadmin via scp in folder .ssh command for access : ssh epadmin@10.
Basically, I am trying to create a credential on jenkins via Rest API. Using xml data below: <?xml version='1.0' encoding='UTF-8'?> <com.cloudbees.jen
I have a sample sh script on my Linux environment, which basically run's the ssh-agent for the current shell, adds a key to it and runs two git commands: #!/bi
I have an issue with git and my terminal. Here's a gallery to show you my issue : http://imgur.com/a/6RrEY When I push commits from my terminal, git says I pu
I would like to access a Azure SQL database. It is accessible on port 1433. However, the firewall is blocking this request. Therefore, I wold like to tunnel my