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 \ ...
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 ...
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). ...
-1
votes
1answer
18 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 ...
-3
votes
0answers
31 views

Ubuntu Server SSH Access [closed]

I have been setting up a Linux box with the latest version of Ubuntu server 13.02. I have been able to do apt-get update and upgrade successfully. I chose to install OpenSSH as part of the install ...
-1
votes
1answer
36 views

Using a vncviewer with ssh tunneling - won't connect

I'm having a problem trying to get a vnc connection (vinagre, I'm using Ubuntu) to a computer at my work. It says on their website that you need to tunnel via ssh first, so I've typed in: ssh -l ...
-1
votes
0answers
22 views

SSH not working on emulated RPi [closed]

i was trying to use ssh networking between my emulated raspberry pi on Qemu and my ubuntu running laptop. On sending the network ping, it says 100% packet lost, i.e. SSH failed. Can anyone help me in ...
-1
votes
0answers
20 views

Connecting ssh from ubuntu [migrated]

I want to connect to ssh from ubuntu terminal but I don't know how. I have searched it on google but I don't understand. I have an ip adress, username and password. If someone can explain to me how ...
2
votes
2answers
62 views

SSH with Javascript without GUI

What I want to make is a Operating System based on Ubuntu which will use the web I want to make the items clickable. If you click on an app-icon, the application will open. I tried to use WebSockets, ...
0
votes
2answers
82 views

permission denied when trying to change permissions on ssh [closed]

I am following a hadoop book that says to run this command: sudo touch ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys however i am getting chmod: changing permissions of ...
0
votes
0answers
9 views

Font alias for remote X server connection [migrated]

I am connecting to remote server to launch an X application (qmon). After I type ssh myserver -X and launch the application, I get the following error: Warning: Cannot convert string ...
0
votes
1answer
40 views

Playing sound files on a remote machine through the local computer's speakers

I have a Ubuntu server at home where I have a lot of music files backed up. The machine doesn't have a sound card/speakers connected to it. My local computer is a MacBook Pro and what I would like ...
1
vote
0answers
23 views

ssh backspace deletes one character instead of two (utf-8 symbols) [migrated]

Im accessing a remote computer using ssh and running a bash command to input symbols using standard input stream: read test;echo $test It's ok to input english letters and use backspace to ...
0
votes
0answers
25 views

ssh connection refused but able to connect using serFISH

I am able to connect a machine using web based serFISH but not able to connect to the same machine using ssh available in ubuntu. Can anyone tell me what might be the reason? I am using ubuntu 12.10 ...
-2
votes
0answers
19 views

Port Forwarding to a VM from Router? [closed]

So someone else set up a server box for me and a friend, but we're not sure if we're getting port forwarding on the router right. Do we forward to the ip address of the box with the port (2222) that's ...
0
votes
1answer
121 views

Navicat can't connect mysql server via ssh

I can connect the server via ssh and login the mysql via mysql -u root -h localhost -p without any problem. But why Navicat's ssh login doesn't work? Server Environment: Ubuntu 10.04.1 LTS mysql ...
0
votes
0answers
107 views

PHP shell exec ssh [closed]

In my old server (debian), I can run ssh like this in php: try { $db = new PDO("mysql:host=$host;port=$portOMS;dbname=$dbnameOMS", $sqlUserOMS, $sqlPassOMS); } catch (Exception $e) { ...
-1
votes
1answer
54 views

gnome-screensaver-command on SSH [closed]

If I run gnome-screensaver-command -q on the Ubuntu Terminal, the output is normal. But using SSH ssh gateway@192.168.0.189 "display=:0 gnome-screensaver-command -q" or just ssh gateway@192.168.0.189 ...
-1
votes
1answer
77 views

Lost root access possibility /sbin/nologin [closed]

I accidentally edited the file /etc/passwd  on my server in the following way: root:x:0:0:root:/root:/sbin/nologin Now I can not login as root. When I enter the "su" command, "Cannot execute ...
-2
votes
3answers
125 views

List of all users that can connect via SSH [closed]

I recently started looking at my auth-logs and surprisingly found bots from china trying to bruteforce their way in this (didnt try hard). I went all about changing numerous things that bots would ...
0
votes
2answers
61 views

use SSH over Python

How do I run this SSH on a python script? ssh gateway@192.168.0.189 'DISPLAY=:0 notify-send "Title" "Description"' My python script will ask for a raw_input() for the Title, and another one for the ...
-1
votes
1answer
140 views

Can't SSH as root into EC2 server - Please login as the user “ubuntu” rather than the user “root” [closed]

I am trying to SSH into my server via WinSCP, although the problem will occur with putty as well. I have Ubuntu 12.04 I have edited /etc/ssh/sshd_config and added PermitRootLogin without-password to ...
-1
votes
1answer
32 views

Firefox on remote machine [closed]

It might seem funny but is there any way to invoke firefox from one system onto another system in ubuntu ? Like triggering an application on other system. From ssh -X option wherein you can open the ...
-4
votes
1answer
92 views

ubuntu reboot & shutdown command with password [closed]

I am writing a program in Java to shut-down the Ubuntu server. echo password | sudo -S shutdown -h now sudo -p 'password' shutdown -h now either of the commands didn't work. I need sudo command ...
0
votes
0answers
42 views

jailkit ssh login error

I recently brought on another developer, and as such need to give him some basic SSH access. (SSH only, I don't have any FTP servers installed or configured other than the openssh-server). I am ...
-1
votes
1answer
193 views

Ubuntu 10.10 problems with Java install. -bash: java: command not found [closed]

I just bought fresh VPS with Ubuntu 10.10. I following this guide http://l2jserver.com/wiki/Setup_Server_-_Ubuntu for creating Lineage2 server, but this doesn't matter. I try to use command java ...
0
votes
1answer
302 views

EC2 Ubuntu Capistrano issue (NoMethodError: undefined method `each' for “publickey”:String)

I've exhausted myself and my resources attempting to recreate what I must have miraculously created last week. I'm using an EC2 micro instance running Ubuntu 12.10 x64 to create a test server for CI ...
1
vote
2answers
172 views

remote git repo digital ocean ubuntu

I've recentley signed up for a Digital Ocean account but I'm having trouble setting up a remote repo on there for my projects. I've setup the SSH key locally and successfully copied these to the ...
-1
votes
1answer
45 views

chmod exclusions [closed]

I know I should assign a group and then set an umask so that groups writable permissions persist but for whatever reason I can't do this. I need to chmod recursively a directory except one sub folder ...
1
vote
0answers
102 views

setting session variable for paramiko session

Does anyone know how to make environment variables registered for exec_command calls when using SSHClient? I'm using a basic script that instantiates the SSHClient class, connects to another ...
-1
votes
1answer
1k views

SSH Connection closed by remote host [closed]

I have problem to connect with SSH to remote host but only on my home network (provider). If I am at another network (my friend in same city - different provider) the connection works perfect. Ping to ...
1
vote
1answer
424 views

can't connect to remote mysql database via navicat

I have a mysql database on an unmanaged rackspace cloud server. I can connect to phpmyadmin with no issues. I checked if port 3306 is listening and it is. /etc/mysql/my.conf shows bind-address = ...
1
vote
1answer
66 views

SSH Works for Second Session But Not First

So I've set up SSH passwordless login a hundred times, but I've never run into a problem like this. I have an Ubuntu server that has your standard sshd server installation. I've verified the ...
-2
votes
1answer
183 views

PC behind NAT - need to access web based apps (using web browser) [closed]

I've got a remote headless PC that sit's behind the ISP's NAT firewall, meaning there's no public IP address. This remote/headless PC successfully connects to reverse-ssh-tunnel and I can access it ...
0
votes
1answer
145 views

SSH MOTD per User [closed]

After connection to the ssh you get a welcome message that is fed by /etc/motd. Now I would like to have those messages per user but I am not allowed to edit /etc/motd. So I wonder if there is ...
0
votes
1answer
318 views

Intermittent `Error: cannot open display: localhost:10.0` with Vagrant

I've set up a Vagrant VM with X forwarding. I'm connecting to it with the following command (to improve X performance): ssh -c arcfour,blowfish-cbc -XC vagrant@VM-NAME This works fine; I log into ...
0
votes
1answer
54 views

How to give contractors proper access to my work process?

I work with Rails and deploy applications to servers using Capistrano. I have a Jenkins server (on my own linode). What I'd like to know is how to setup a contractor so they have enough access to get ...
2
votes
2answers
2k views

Opening file with Sublime Text via SSH to VM, error

I do my dev work on a Mac OSX machine with a Ubuntu Server Virtual Machine installed, which I manage mostly by SSHing into it from Terminal. I am trying to find a way to edit files on the server ...
0
votes
1answer
403 views

ssh and agent forwarding in ubuntu 12.10

I have a machine X, I login to X and issue an ssh somewhere command which uses key authentication, and it works fine. When I ssh to machine X from a 12.10 machine (which does not have my special ...
2
votes
1answer
2k views

Putty fatal error Disconnected: no supported authentication methods available.

I am connecting to a Ubuntu server via Putty and keep getting "Disconnected: no supported authentication methods available. Server refused our key." I am able to connect as ubuntu (superuser) but not ...
0
votes
2answers
101 views

Where to store public key for ssh on ubuntu?

I have a nodejs application under git control version and a git account for managing this one? sudo adduser \ --system \ --shell /bin/bash \ --gecos ‘User managing of git version control’ \ ...
1
vote
1answer
33 views

Changing port on ssh [closed]

Anybody know if I can setup ssh to communicate on more than one port, or change the default port to something else. Is there a config file I can use to do this on Linux?
0
votes
0answers
110 views

Frozen connection using ssh over Amazon EC2 and MySQL-workbench over Amazon RDS

I'm using the following amazon services: Ec2 with Ubuntu 10.04 RDS with MySQL 5.5.27-log I'm using kubuntu 11.10 in my machine. The problems are the following (I don't know if they have relation): ...
-1
votes
4answers
186 views

Monitor traffic of remote login machine (through ssh local port forwarding) in Ubuntu [closed]

I have started sshd in my computer (Ubuntu-12.10) to let other PC (let pc2) connect in my guest account through local port forwarding. Now how can I monitor the traffic of that pc2 from my PC i.e. ...
1
vote
1answer
343 views

how to add ssh public key to a specific git repo

I have a git repo, i connect via root to push and pull. I have another user i'd like to have access to my repo. I have got him to create me a public key file for me to add to my servers ...
1
vote
2answers
254 views

Putty connect fast, Ubuntu (linux) terminal not

When I connect in my cloud by Windows, using PUTTY, the connection is established in about 3 seconds maximum. When I connect by Ubuntu, it's "loading, loading, loading" ... and about 10 seconds later ...
0
votes
0answers
96 views

svn+ssh Authorization failed

I got SVN with Ubuntu 12.04 (64bit). I try the following command: svn checkout svn+ssh://192.168.2.123:12001/var/local/svn/autoupdate But i get the error: svn: svn: Authorization failed ...
0
votes
1answer
190 views

TeamCity and Mercurial via SSH on Linux

I am struggling to get our Ubuntu TeamCity server to checkout repos via SSH. Basically my question is, where would I specify the private-key password? When running a shell on the machine hosting ...
0
votes
1answer
545 views

Can I run Sublime Text 2 from SSH on Ubuntu? [closed]

I'm trying to find the best way I can program using my iPad, I'm relatively new to ubuntu and I don't no it's limitations over SSH but I was curious to know if it were possible to install a text ...
0
votes
1answer
112 views

How to connect windows system by ssh? [closed]

I'm using Ubuntu,I want to connect other windows system which is present in the same network.I'm able to connect other Ubuntu system in the network but unable to connect with windows system.Is it ...

1 2 3 4