Secure Shell - a network protocol for exchanging data throughout secure channel with most common uses of remote command execution (remote shell/console) and file transfer.

learn more… | top users | synonyms

-2
votes
1answer
7 views

Remote Login from Mac [closed]

I'm going to preface this by saying, I don't really know what I'm doing, so I need help. So, I'm in a stats course and I need to access SAS software. Our professor said that we can access this ...
1
vote
0answers
15 views

Ganymed SSH2 Jump host

I'm using the ganymed lib to access remote hosts in my network. But, in this network has routers and switches that can only be accessed by another host. To illustrate this, in my network there is a ...
0
votes
1answer
16 views

How to avoid typing passphrase for git pull executed under www-data

I stuck on the operation when I need to execute Git pull command running from PHP script. (user is added into www-data group) without passphrase typing. I found that this can be solved using command: ...
0
votes
1answer
13 views

How to config continous deployment from BamBoo to CloudControl

I'm configuring my project so that after building and testing phase, the project will be automatically deployed to CloudControl. However, I'm struggling with the configuration Since my web app ...
-1
votes
0answers
30 views

Emulating Putty's behaviour in python

Can someone explain, please, how to implement ssh tunneling where local host serves as SOCKS proxy with python and give some source code examples? I've looked on paramiko demo files, however they ...
0
votes
2answers
20 views

Mercurial: How to clone using SSH and .ppk file?

hg clone ssh://denis@medsecop.com//var/www/vhosts/medsecop.com/stage/symphony returns remote: Permission denied (publickey). abort: no suitable response from remote hg! I have the .ppk file but ...
-1
votes
0answers
14 views

How to set up Tiered Chroot jails? [closed]

So here's what is going on. I have a system I want to set up SFTP jails on. Simple enough, I got it done easily. The issue I am running into now is that I want to be able to have a user SFTP jailed to ...
0
votes
0answers
19 views

Can't push to Heroku after git restore

I had to restore my master branch from github a couple weeks ago and since then I've been receiving an error that states "Your key with fingerprint... is not authorized to access my app." I've ...
1
vote
1answer
26 views

SSH: How could I know the concurrent limit?

In order to test SSH server, I created a test program (in python) on the client side. The test program will generate 100 processes, each process will make a SSH connection with the server. Any failed ...
-1
votes
0answers
7 views

windows based program to run on SSH terminal [migrated]

I have windows based program for Data aquisition system. Company provides software only for windows. Is it possible that, we can run that program on linux server through SSH ? It is like to run ...
0
votes
1answer
23 views

Connection to localhost closed by remote host when setting up SSH in Cygwin

I've been trying to get HBase up on my desktop computer at work and I've been following this guide: http://hbase.apache.org/cygwin.html When I get up to the point of testing HBase, it craps it's ...
0
votes
2answers
23 views

HDFS command line put throwing an exception

I am trying to put a file into hdfs using ssh from my client pc to the NameNode server. There are 2 machines: One NameNode and one DataNode. Here is the command I am trying; $ bin/hadoop fs -fs ...
1
vote
0answers
19 views

Can't access gitolite admin repo after setup

I'm trying to setup gitolite on ubuntu 13.04 the following way: I create an user for it: sudo adduser \ --system \ --shell /bin/bash \ --gecos 'git version control' \ --group \ ...
-1
votes
1answer
17 views

pbcopy wont work in a vagrant ubuntu vm [closed]

i am attempting to create a vagrant vm on mac, installing ubuntu precise. i have got rbenv running and now i am attempting to bundle only thing is that some of the gems that i have are on github and ...
0
votes
1answer
13 views

“paramiko.ChannelException: Administratively prohibited” encountered midway through a script

I'm using Python to SSH into a host, run bash commands, and then parse results in a Pythonic way into several data structures for later display. I'm using the Paramiko library for SSH and executing ...
0
votes
1answer
21 views

Rsync ssh file transfer through expect showing error when executed through while loop in bash

My program needs automatic file transfer to many remote systems. So tried using expect for RSYNC SSH file transfer. While I run the .ex file through terminal providing the necessary inputs or through ...
1
vote
0answers
20 views

Git-receive-pack error over SSH pushing

I am trying to push my local git repository to a ssh server, where I have neither root access nor the git command line installed. Since I have seen that git also supports ftp pushing i have thought ...
0
votes
1answer
9 views

EC2 instances login with password and keypair

I understand that by default Amazon EC2 configures a keypair with a default instance user (user-ec2 or ubuntu) for SSH access. Also I understand that it is possible to allow password access to a ...
2
votes
1answer
15 views

How to check sftp read permission using jsch?

I know there is "getPermissions()" method but I don't know how to use it. How can I check using jsch if user can read files?
1
vote
2answers
68 views

Limit SSH User to a shell command

My question is how can I allow an user to ssh to my server with limitation to a shell command and a directory? My situation I'm using git to deploy code to my Server. I have 2 servers, 1st one is ...
1
vote
1answer
17 views

ssh tunnel using MobaXterm to raspberry pi connected to a wn3000rp wifi extender

I would like to connect to my raspberry pi using a MobaXterm to play with it from any computer, here how I started to make that work... I try to connect via MobaXterm using windows 8. My windows and ...
0
votes
0answers
20 views

using expect to automatically put pubkey on server

I'm attempting to use expect as part of a client setup utility (for a unison cron job) which will automatically put their machine's pubkey on our server so that unison can continue to work over ssh ...
1
vote
0answers
29 views

How can I send a command to windows from an android phone to execute a simple batch script or a VBScript?

Hope this isn't a complicated question, but the idea is that I want to send a command to windows laptop via android's terminal to display a popup message. I was trying to set up a ssh server on it ...
0
votes
0answers
21 views

Error trying to clone repository

I'm trying to clone a repository into my local machine, but everytime I do I get the following error: FATAL ERROR Disconnected No supported authentication methods available (server sent: public key) ...
0
votes
1answer
22 views

Setup remote GIT repository via SSH? (No code access to the remote location)

I have a remote location I want to use as GIT repository. I have SSH access to that location and can copy files there. I can't install or run the GIT executables on the remote location. Can I (and ...
0
votes
0answers
10 views

Secure File Transfers Technology Comparison [closed]

I'm looking into the capabilities, limitations and theoretical performance differences between SFTP, FTPS and SCP technologies. Does anyone know of a good source which may have a lot of the ...
0
votes
1answer
26 views

plink on raspberry pi

I am trying to develop a command line program in C++ on windows which uses putty to control a Raspberry Pi. I have used the Putty application and it works 100% fine. However I have tried to use the ...
1
vote
1answer
41 views

SSH to a remote host that is not reachable directly [closed]

There is a host A that is not accessible from my local network. But there is a host B which I can access via SSH and A is visible to B. So I setup an SSH tunnel and try to access A via B ssh -N -D ...
1
vote
1answer
37 views

Dynamic application-level port forwarding with SOCKS using paramiko library in python

I'm trying to connect to SSH server in the following way: import paramiko import socks sock = socks.socksocket() sock.setproxy(socks.PROXY_TYPE_SOCKS5, 'localhost', 22, True) sock.connect((**IP ...
0
votes
1answer
31 views

SSH into an Openstack instance - Error

I try to use ssh to login in the Openstack server built for the class. I download the .pem key from server. By putty, I login successfully with .ppk key (generate .ppk key by .pem using putty keygen). ...
0
votes
1answer
14 views

Netbeans fails to access GitHub using SSH key

My (newest) Netbeans (NetBeans IDE 7.3 (Build 201302132200)) seems to be failing completely, when I'm trying to access my own GitHub repo using SSH. It works without problems with HTTP URLs. Since ...
1
vote
1answer
21 views

How to get modulus and pubExp in java?

is it possible to retrieve the modulus and pubExp from a ssh public key such as the one below: ssh-rsa ...
0
votes
1answer
28 views

start daemon on remote server via Jenkins SSH shell script exits mysteriously

I have a build job on jenkins that is building my project and after it is done, it opens an ssh shell script on a remote server and transfers files and then stop and starts a daemon. When I stop and ...
0
votes
1answer
19 views

Pushing over SSH to a GIT repository with Xcode 4.6

I am using Xcode 4.6 to develop my projects and I am using the local repository feature. However I would like to be able to push my repository to a remote ssh server. I have tried the following but ...
0
votes
1answer
23 views

“execution_count” error when running a job on a remote IPython cluster

I am running an IPython cluster (SSH) on a remote Linux machine, and I am using Mac OS X with IPython to use that cluster. In IPython on Mac I write: from IPython.parallel import Client c = ...
2
votes
4answers
46 views

checking file size in a remote server using python, SSH

someone please help! im currently writting a python script to actually retrieve a file size that is in a local PC and a remote server. then, what i do is, i compare if the file's size are the same. ...
-1
votes
1answer
17 views

Cannot connect by ssh my mac to my ubuntu server [closed]

I am in trouble with an issue related to public and private key. I`ve created the pair on my ubuntu server. I´ve copied the id_rsa.pub to my .ssh directory on my MacOS. When I try ssh ...
0
votes
0answers
15 views

rsync through ssh tunnel

I want to rsync to a cluster node to which I usually connect passing through another system: Say I connect first to ssh user@bridge and from there to ssh user@clusternode Now I want to ...
0
votes
0answers
22 views

sshd service listening on multiple ports [migrated]

Well, I need use multiple and distinct ports where sshd will be listening, for distincts clients. Each client connect a different ssh port in real time. Can I put sshd service listening on multiple ...
-1
votes
1answer
15 views

Port Forwarding For SSH [closed]

I have a two server in a network and one of them no have internet connection (srv2). I want to forward 23 port on server (srv1) which have a internet connection to port 22 on no internet connection ...
-1
votes
0answers
31 views

How to visualize GUI running on Linux server to Linux Client machine using java code

I have a jar file running onto linux server from command from linux client machine. i need to redirecct its visualization to linux client machine using java code. I have used Jsch library to run linux ...
1
vote
1answer
26 views

Cannot login into gitolite server to clone, but can connect via ssh

While there are several questions with similar symptoms, none are exactly the same, nor do the solutions presented there solve my issue. I have set up gitolite successfully, as far as I am aware, ...
0
votes
1answer
15 views

Copying a rsa public key to clipboard

I am trying to copy a public key to clip board on mac os but I keep getting no such file or directory.The command I am using is pasted below pbcopy < ~/.ssh/id_rsa.pub
-1
votes
0answers
14 views

Ubuntu not connect to internet untill i login on my ssh-server [closed]

So right now I'm having it auto log me in so that it will connect to the internet and then I can connect using an ssh-server client so I can do some work on it. So is there a way around this so i can ...
0
votes
0answers
19 views

Get SSH Banner using raw sockets

I recently wrote a small script to get a list op ssh servers in my local network because I didn't know the ip address of my computers without connecting them to a screen and looking it up (which would ...
1
vote
2answers
27 views

add prefix to files with rename - error argument too long

I have thousands of files inside a directory I need to rename adding a prefix like "th_" so that files will be th_65461516846.jpg but I can't due to the error "argument too long" I have used this ...
0
votes
1answer
30 views

Chaining SSH commands via PHP

I am running a SSH2 command via PHP and am trying to chain the commands to answer the password prompts from the bash script I run. wget url-to-bash-script bash name-of-file.sh After this it will ...
0
votes
1answer
41 views

Public key authentication issues on cygwin

I've been trying "ssh localhost" on cygwin (I use WIndows 7), but it keeps asking for the password. When I did "ssh -vvv localhost", I found out that the public key authentications were not ...
0
votes
2answers
26 views

Keypair login to EC2 instance with JSch

I want to be able to use the JSch Java SSH library to connect to my EC2 instance. How do I use my .pem keypair from AWS with JSch? How do I deal with the UnknownHostKey error when attempting to ...
0
votes
1answer
26 views

Opening Telnet Sessions to Cisco Device

I need to establish a telnet session with a Cisco device and send commands depending on the device reply. I tried: Headers: using System.Net; using System.Net.Sockets; Code: TelnetConnection tc ...

1 2 3 4 5 106