OpenSSH (OpenBSD Secure Shell) is a set of computer programs providing encrypted communication sessions over a computer network using the SSH protocol.

learn more… | top users | synonyms

0
votes
2answers
66 views

How to set up remote desktop through ssh

I only have ssh access to machine (user and root). So what I want is to set up remote desktop so I can check what's going on, but I will not have physical access to it. Is there a way to view the ...
2
votes
2answers
120 views

OpenSSH Two Factor Authentication

I'm using Ubuntu Server 13.04 and want to use OpenSSH for sftp. I have everything set up and the only thing not working is the Two Factor Authentication. Currently it asks for a password or the public ...
3
votes
2answers
13k views

How to solve: “Connect to host some_hostname port 22: Connection timed out”

I have two Ubuntu machines. Both have openssh-client and openssh-server installed on them. ssh-ing from machine G (fresh Ubuntu 11.10 installation) to machine K works great. But ssh-ing from machine K ...
0
votes
1answer
283 views

How do I get SSH server to work with putty client?

I have an Ubuntu 12.04.01 desktop PC, 64-bit. It has openssh-server installed. When I SSH to the server from a linux box it works. But when I use PuTTY from my Windows 7 PC to connect then I just get ...
9
votes
1answer
393 views

I am getting a Putty attempted incorrect protocol errors when I SSH into my server from Windows

I have had Putty connecting via SSH to my Ubuntu 12.10 server for several months. Yesterday I began to get the following error every time I connect: PuTTY X11 proxy: wrong authentication protocol ...
0
votes
1answer
22 views

Match directive breaks SSH

On my Ubunut server 12.04 LTS machine, I try to add a user with only sFTP or FTP access. Let's call him 'Jim' for now. Jim only needs access to a directory /var/www/example.com. So far I've tried ...
0
votes
0answers
25 views

fail to connect to openssh

I have tried to connect by password or by key files and it fails to connect. My laptop sees my Pc since when I switch the config file back and forth it prompts for a password or attempts to use the ...
0
votes
1answer
195 views

Why ID card reader is not working in Ubuntu 12.04, 12.10? Using Omnikey3121

I have this Omnikey 3121 which is an USB ID card reader. Connected to my Ubuntu. When i try to read Belgiun ID Card or any other card it does not work always missing to provide results. How can i make ...
6
votes
2answers
8k views

How do I configure a new Ubuntu installation to accept ssh connections?

I just installed Ubuntu 11.04 (in a VM). How do I set it up to allow me to ssh into it? (Right now I get "ssh: connect to host x.x.x.x port 22: Operation timed out".)
3
votes
2answers
214 views

SSH into Ubuntu 12.10 from a remote computer

I am trying to login to my Ubuntu 12.10 desktop remotely. I have the SSH server installed and it works fine when I am on the same network as the Ubuntu desktop. However, I am unable to connect ...
2
votes
3answers
1k views

Where to get complete offline installer for openssh-server?

I want to download a complete off line openssh-server package installer. I need the offline package to setup for my school project but I don't have the internet facility in the lab.
0
votes
3answers
112 views

Basic server build for practicing and learning linux on

I am taking it upon myself to learn Linux,so here is what I want to accomplish; I want to set up a server primarily for practice. I don't need it to do anything specific accept allow me to login via ...
2
votes
1answer
561 views

ssh refusing connection with message “no hostkey alg”

My SSH connections worked well, but from last week SSH from my laptop to my board refusing connection. I can make a SSH connection from the board to laptop, but not vice-versa. I tried that with my ...
17
votes
10answers
118k views

How to solve 'Connection refused' errors in SSH connection?

I have an Ubuntu Server 10.10 32-bit in my home. I'm making SSH connections to it from my PC via Putty. The problem is, sometimes I'm able to login seamlessly. However, sometimes it gives me an error ...
1
vote
0answers
242 views

Suddenly cannot access SSH on LAN

I had ssh running on my LAN server. Suddenly (not sure what I did), I cannot access the LAN server via ssh. When I try, it just hangs for a while with no response and finally comes out with a timed ...
2
votes
1answer
321 views

ssh: connect to host xxxx@xxxx.in in port 22 : connection timed out

I am new to Linux and SSH. when I try to connect to a remote grid computer (for which I have access) I am getting connection timed out error. I have recently installed Ubuntu in my system. I also have ...
2
votes
1answer
165 views

Unable to connect to my remote Ubuntu system using SSH

I want to connect to my remote PC running on Ubuntu 12.10 using SSH. But when I try ssh my_username@my_current_ip, I get this error: ssh: connect to host 117...** port 22: Connection timed out I ...
0
votes
1answer
99 views

Why do I need the ssh server package to rlogin into my machine?

When I try to login into a Ubuntu machine using rlogin it mentions ssh connection refused. In order to resolve this I installed the openssh-server package on the remote machine. Why is this not part ...
0
votes
0answers
107 views

How to setup SFTP with Chrooted for Groups

After many trials and errors trying to setup a working sftp server for multiple groups with chrooted directory I decided to share what finally worked for me. I am a novice 2 months into Ubuntu so ...
2
votes
0answers
72 views

SFTP with Chrooted directory project

First thank you very much for all your post. I am completely new to Ubuntu and the Unix world and have found almost all the answers I needed except how to properly setup and sftp server with chrooted ...
0
votes
1answer
97 views

Host alias for ssh

There are a few SSH destinations I will frequently be connecting to and I'm wondering if rather than remember the IP address I can create a host alias for them. I'd like to be able to use... ssh -p ...
0
votes
0answers
474 views

Running Python scripts via SSH

I have two Linux machines here, one of which is running Ubuntu and the OpenSSH-Server. This machine has a simple Python file for testing which sets the wallpaper to a certain image file which is ...
0
votes
0answers
79 views

setup a global variable in user chroot environment provided by sshd_config

When my users login to my server, they are chrooted to a folder through this config: Match Group chroot ChrootDirectory /usr/lib/sshchroot/chroot/ I want when each user login a program outside ...
0
votes
1answer
127 views

Problem Setting Up Local SSH Server

I am trying to setup one of my linux computers as an ssh server but I can't connect to it. I have openssh-server and openssh-client installed already on both computers (client and server). If I run ...
2
votes
0answers
154 views

SSH Tunneling Suddenly Not Working

I have a home PC running Ubuntu 12.10. In order to make sure that my data isn't being monitored in public, I had in the past used a subscription VPN service. I decided to research alternatives and I ...
3
votes
1answer
2k views

Why do I get “connection refused” errors connecting to a server via SSH?

I've installed Ubuntu 12.04.1 LTS on it with the LAMP stack. I can ping it but when I try to connect to it the server can't be found. When I try to connect with WinSCP I get the error Network error: ...
1
vote
2answers
176 views

Ubuntu server: ssh is showing in process but does not work

This is all within a LAN. My server can be pinged. I can run php apps on my server from within the LAN. I have installed openssh-server. I tried the command ps aux and it shows the process listed ...
2
votes
2answers
633 views

Connection timeout for ssh server

I'm trying to setup openssh-server, but I'm having some issues connecting. I changed the port to something non-standard (57757) and then set my router to forward to that port. On my LAN, I'm able to ...
0
votes
0answers
75 views

SSH google 2 step verification process over Nautilius

I do not know how to set connection for server with SSH google 2 step verification process over Nautilius? I have Ubuntu 12.10. Over terminal goes great with 2 step ver. also works great over ...
3
votes
2answers
209 views

How to monitor website stats from the terminal?

is there any way to monitoring the stats from my own website .. like example.com .. just via our terminal without installing plugins .. so we can see real time visitor and bots came and go at website ...
0
votes
0answers
110 views

ssh connection refused (behind proxy)

Okay so I am trying to set up an ssh server on my laptop and connect to the server using my friend's laptop. I installed openssh and set up the server and i was able to connect to it locally without a ...
1
vote
2answers
217 views

SSH from external network refused

I've installed open-ssh-server on my home computer(running Lubuntu 12.04.1) in order to connect to it from school. This is how I've set up the sshd_config file: # Package generated configuration file ...
0
votes
2answers
285 views

How do I remotely patch openSSH to allow handshake obfuscation?

I believe that my Chinese ISP has started detecting and bandwidth-limiting SSH connections. I'm not using the default SSH port so I suspect that they are using deep packet filtering to detect the ...
1
vote
1answer
92 views

What's the meaning of: /dev/rdisk0s1 and /dev/rdisk0s2s1?

I'm trying to use SSH to make a disk image by using DD on an iPod. And I'm using this commands: ssh root@192.168.1.100 dd if=/dev/rdisk0s1 bs=1M | dd of=iphone-root.img ssh root@192.168.1.100 dd ...
2
votes
1answer
99 views

Is it possible to use DD to obtain splited images from a hard-drive?

My piano teacher asked me to record one of his recitals with his iPod (3-4 generation, not so sure) and I did it. While trying to edit it, he accidentaly deleted it, I'm trying to recover. After some ...
6
votes
2answers
3k views

How to enter the Default Keyring password via the command line?

Is there a way to enter the default keyring password using the command line? For instance: You have a remote setup of Ubuntu 10.10 thats set to auto login. You don't want to remove the keyring ...
2
votes
0answers
17 views

Freezing on Logout / Disconnected SSH Connection [duplicate]

Possible Duplicate: What should I do when Ubuntu freezes? I have been having my Ubuntu desktop freeze occasionally when logging out of a graphical session (using computer locally), or when ...
1
vote
1answer
896 views

Bizarre SSH Problem - It won't even start

I recently got Ubuntu 12.04 Precise, got it up and running with some MediaWiki software, static IP on the box and router and was able to access the main page even from a cell phone. Everything seemed ...
0
votes
2answers
1k views

Disable automatic starting of sshd? [duplicate]

Possible Duplicate: How do I disable SSH from starting automatically? Simple question here; what's the correct way to stop the sshd service from starting when the OS boots ? I'm not sure ...
10
votes
5answers
34k views

passwordless ssh not working

I've tried to setup a password-less ssh b/w A to B and B to A as well. Generated the public and private key using ssh-keygen -trsa on both the machines. Used the ssh-copy-id utility to copy the ...
0
votes
0answers
50 views

What format is the public key that OpenSSH generates in?

I created an RSA public/private keypair with this command: ssh-keygen -t rsa This generates a public key (id_rsa.pub) with the following contents: ssh-rsa ...
0
votes
1answer
706 views

Can't ssh into my ubuntu vps

I have a vps running Ubuntu 12.04 LTS and I have installed openSSH but I can't connect to it with putty. I get error saying Network error:Connection timed out. How to fix this?
0
votes
0answers
99 views

Maintaining ubuntu Server session after logout from remote server

I am using Ubuntu Server 12.04 for my rails production . I am using Thin server as web server for my rails application . Step Which i did to Start my rails server from remote location : Step 1. ...
7
votes
2answers
798 views

How can I reconnect to a ssh session after a broken pipe?

So I was running apt-get upgrade on a server when the router decided it had been too long since it last made me angry: It dropped all connection. Moral of the story is to use screen a lot when you're ...
1
vote
2answers
363 views

Alternative for Xshell.

Do anyone knows an alternative for xshell? I have checked and the alternatives mentioned are putty, openssh etc. But I require it mainly for port forwarding and for that xshell works perfectly. Is ...
2
votes
2answers
1k views

How could I shutdown a remote host, in my network thru ssh, with a local host?

The question is simple. What would be the script I would have to use to shut down a computer in my network thru ssh. Normaly i would go to command line and: ssh desktop delik@desktop's password: ...
8
votes
1answer
12k views

Connecting to ubuntu server via ssh externally

I have recently installed ubuntu server (12.0.4) and intend to use it primarily as a file server. I am completely new to linux so this is a pretty big learning curve. Yesterday I was able to ...
0
votes
1answer
69 views

Is there any application on Ubuntu equivalent to fedora's 'Connect To'?

On Fedora 14 I use to use an app called 'Connect To' (I think it was default app) to make SSH connections. It was GUI based SSH connection tool. Now I have migrated to Ubuntu (11.10 to be precise). ...
0
votes
1answer
4k views

Cannot ssh into Ubuntu Server by hostname

I just set up Ubuntu 12.04 Server on an old box laying around, connected to my router via ethernet. I set up openssh-server as instructed for remote access, but I cannot ssh into it from my laptop ...
1
vote
1answer
529 views

How to address ssh-server with a domain name for remote access?

I am trying to set up ssh-server on my Ubuntu 12.04 VM (running in VirtualBox on Mac OS X 10.7). I have a domain name, call it foo.com, and I'd like to make ssh available via ssh to linux.foo.com. (I ...

1 2