Skip to main content

Questions tagged [openssh]

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

Filter by
Sorted by
Tagged with
0 votes
2 answers
164 views

Prompt not working when logged in as specific user

Hello I am running ubuntu 11.10 and access it via ssh with putty. My problem is that when I log in I get the prompt [email protected]:~$ and my arrow keys do what the y are supposed to. When I try ...
Clay's user avatar
  • 1
1 vote
1 answer
383 views

What are the common pitfalls that would stop Authorised Key SSH access, and how do I find and correct for them?

EDIT: This question was reworked to make it more useful to the community and less specific to me. Questions seem to come up reasonably often regarding ssh and problems with authorised keys access, ...
Ashimema's user avatar
  • 2,045
5 votes
3 answers
38k 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.
coder's user avatar
  • 3,621
3 votes
1 answer
791 views

How to give restricted access to user

I have a home PC and I created a reverse port forwarding to a server. Now I would like to go access to some people to the Home PC through this server. I would like to control the access of the user on ...
Mokus's user avatar
  • 4,512
6 votes
2 answers
114k 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 ...
Aufwind's user avatar
  • 1,823
16 votes
2 answers
17k views

openssh server: rejected send message

When I tried to restart the ssh server on my ubuntu box, I got me@me-one:~$ service ssh restart restart: Rejected send message, 1 matched rules; type="method_call", sender=":1.63" (uid=1000 pid=3354 ...
Lelouch Lamperouge's user avatar
0 votes
1 answer
1k views

OpenSSH 5.9p1 on Ubuntu 11.10

I want to build a deb package with the latest version of openssh from source. Then I want to install it on my machine. I am running: Linux Ubuntu-1110-oneiric-64-minimal 3.0.0-12-server #20-Ubuntu ...
Wojtek B.'s user avatar
  • 153
0 votes
1 answer
2k views

Allow incoming connections from outside LAN

I have an openssh-server running on my computer. However, I'm not able to connect to it from outside my LAN. Connecting from within LAN is no problem at all, it works just as one would expect. ...
thomasvakili's user avatar
7 votes
2 answers
3k views

Server is dropping SSH connections, then not allowing me to log back on

I have an ESX box which I have loaded with two Ubuntu Server machines. During setup, I chose no additional packages to install as I just wanted a lightweight machine for testing. The first thing I ...
wilhil's user avatar
  • 1,785
1 vote
1 answer
4k views

SSH client not showing prompt after successful login

I'm having problems with my SSH client on Ubuntu 10.10. When I switch on my computer and open a Terminal and execute the command ssh user@host, it gives me a password prompt after which I enter the ...
user431949's user avatar
1 vote
1 answer
749 views

OpenSSH and OpenLDAP Configuration

I have installed Ubuntu Server 11.10. I have setup LDAP with some users added. Now i want to configure openssh to use this LDAP details to login to server. and once a user logs in each user should ...
Surya Chaitanya's user avatar
2 votes
1 answer
1k views

ssh permission denied in terminal but not inNautilus

I have two Ubuntu machines on the same network. I installed openssh-server and client. When I try to connect through the terminal I get the following message: Permission denied, please try again ...
Taron Foxworth's user avatar
38 votes
5 answers
191k 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 ...
Cuurious's user avatar
  • 393
39 votes
8 answers
398k views

SSH Connection Error: No route to host

There are three machines in this scenario: Desktop A : [email protected] Laptop A : [email protected] Machine B : [email protected] All the machines have Ubuntu 11.04 (Desktop A is a 64bit one) and have both ...
Nihar Sawant's user avatar
10 votes
6 answers
34k views

SSH problem after update

Setting up openssh-server (1:5.3p1-3ubuntu7) ... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... start: Job failed to start Can't initialize ...
Frielspak's user avatar
  • 101
1 vote
1 answer
401 views

fail2ban doesn't match anything

I'm working on a new build of my FTP server and I can't get the ssh part of fail2ban to match anything. Manually checking with the regex command shows nothing. Pam and proftpd are working fine, just ...
mcbobbo's user avatar
  • 25
3 votes
1 answer
5k views

How to test plymouth via virtual machine?

I am trying to edit my splash screen but its really annoying to restart the computer everytime just to find out it doesn't even work. i read on an article that I can do a virtual machine via ssh but I ...
Vitaly's user avatar
  • 871
2 votes
1 answer
1k views

My SSH tunnels get interrupted because the host machine falls asleep. Bug or Feature?

My gnome-power preference is set to automatically sleep after 30 minutes of inactivity. Apparently it thinks that a ssh connection is not a valid reason to keep it alive. Is this a feature or a bug? I ...
user avatar
6 votes
4 answers
18k views

How do I build openssh from source?

I try to install OpenSSH ./configure checking for openssl/opensslv.h... no configure: error: *** OpenSSL headers missing any idea?
Miki's user avatar
  • 261
165 votes
3 answers
250k views

Does ssh key need to be named id_rsa?

I have come across this problem a couple of times when creating build servers with keyed authentication. I was wondering if anyone else has experience this. I have a couple of keys for my current ...
myusuf3's user avatar
  • 34.5k
143 votes
14 answers
1.3m 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 ...
frbry's user avatar
  • 1,531
10 votes
1 answer
19k views

NX/SSH remote access with Remmina

After many days and a lot of frustration, I managed to get freenx to work on my home server. I can connect to it with nomachine's linux client, but I want to use Remmina for this purpose. The problem ...
Niklas's user avatar
  • 1,143
3 votes
2 answers
3k views

How do I install FreeNX server so that it works correctly?

I've tried every single possible way of installing the server now, I've read every how to available and I still can't get it to work. Please let me know in which step I do wrong. I'm using ubuntu 10....
Niklas's user avatar
  • 1,143
1 vote
3 answers
4k views

How to avoid openSSH showing authentication popup?

When pushing a bzr repo to another server, I need to type an openSSH password. After I typed it, an openSSH popup appears, and requires the password again. Any way to avoid this?
Adam Matan's user avatar
  • 12.6k
1 vote
2 answers
2k views

Priority for HTTP over SSH on server

My file server on the internet runs OpenSSH, where users upload and download files using scp or WinSCP. At the same time, the server runs some web applications (http), which need higher priority. Is ...
Witek's user avatar
  • 3,963
2 votes
2 answers
2k views

SSH Key problem

I want to setup my home server to use ssh keys but when I follow the tutorial on https://help.ubuntu.com/10.04/serverguide/C/openssh-server.html for setting up ssh keys I get this: Bad port 'umask ...
user avatar
13 votes
3 answers
18k 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 ...
Jerkofalltrades's user avatar
2 votes
2 answers
2k views

Can't connect to desktop via ssh

Trying to setup a remote ssh file server (sftp) I've done it before but for some reason with ubuntu 10.10 I cannot connect to the assigned ssh port. I setup the sshd_config file to listen on a ...
Jerkofalltrades's user avatar
3 votes
1 answer
427 views

Losing SSH connection when exiting from the main console login

I have installed openssh-server from Synaptics, as usual, on a brand new Ubuntu Desktop computer, 10.10, with all updates and patches implemented. If I have the local console logged in, I can SSH to ...
jfmessier's user avatar
  • 6,186
63 votes
9 answers
274k views

How do I install an SSH private key generated by PuTTYgen?

I set up my Linux server to accept connections from my home PC by adding the public key generated by PuTTYgen to the authorized_keys file. Now I'm trying to connect to the same machine, but this time ...
Assaf Lavie's user avatar
  • 2,183

1
7 8 9 10
11