Unable to SSH from Windows client to Ubuntu Server


 
Thread Tools Search this Thread
Special Forums IP Networking Unable to SSH from Windows client to Ubuntu Server
# 8  
Old 01-28-2015
Having ALL:ALL in your /etc/hosts/deny file means deny any ip address that is not in the allow file. You should make sure that the IP address of the machine you are connecting from is in the /etc/hosts.allow file, and possibly the entire subnet. You can also just comment out the ALL: ALL line in /etc/hosts/deny.
# 9  
Old 01-28-2015
Quote:
Originally Posted by gandolf989
Having ALL:ALL in your /etc/hosts/deny file means deny any ip address that is not in the allow file. You should make sure that the IP address of the machine you are connecting from is in the /etc/hosts.allow file, and possibly the entire subnet. You can also just comment out the ALL: ALL line in /etc/hosts/deny.
Interesting that makes sense. I'll look into it tonight. I have a question though, why is it that I can access Samba shares on my windows client attached to the linux server?
# 10  
Old 01-28-2015
Quote:
Originally Posted by lombardi4851
Interesting that makes sense. I'll look into it tonight. I have a question though, why is it that I can access Samba shares on my windows client attached to the linux server?
I don't know, it might be because it uses a different configuration file. Just search for hosts.deny.

https://www.samba.org/samba/docs/using_samba/ch06.html
# 11  
Old 07-01-2015
Can you try and open a terminal and run

Code:
"C:\Program Files (x86)\Exec\putty.exe" -v -ssh user@192.168.x.x

Where "user" is the peppermint user you're targeting and replace 192.168.x.x with the network address of the targeted computer.

Then just post the output and we may then see where the problem comes from.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

Unable to boot Ubuntu server 15.10

Hi; I had Windows Server 2003 and performed a fresh Ubuntu Server 15 installation. After installation, Ubuntu server not booting I guess there is boot problem conflicting with my old Windows Server. This is my pastebin: http://paste.ubuntu.com/13851828/ Any help to start my new... (1 Reply)
Discussion started by: gc_sw
1 Replies

2. Cybersecurity

LDAP and PAM Configurations for Windows 2008 R2 ADS and Cubox Ubuntu client

Please I am having problem to login using Windows 2008 R2 Active Directory Services accounts on a cubox ubuntu (2.6.32.9-dove-5.4.2 #46). "getent passwd" only shows local users, however I can querry ADS users using ldapsearch command. I have 2 systems, one that does not use gdm can login with all... (1 Reply)
Discussion started by: powelltallen
1 Replies

3. Shell Programming and Scripting

LDAP and PAM Configurations for Windows 2008 R2 ADS and Cubox Ubuntu client

Please I am having problem to login using Active Directory Services 2008 R2 accounts on a cubox ubuntu (2.6.32.9-dove-5.4.2 #46). "getent passwd" only shows local users, however I can querry ADS users using ldapsearch command. I have 2 systems, one that does not use gdm can login with all users... (0 Replies)
Discussion started by: powelltallen
0 Replies

4. Shell Programming and Scripting

unable to configure NIS client server

Dear all, I am using solaris 10 OS. I configured NIS server and i also configured NIS client server but when i use the command ypinit -s sunserv1 in NIS client it is showing me the below error. Enumerates maps from sunserv1. please check that it is running. (2 Replies)
Discussion started by: bhargav90
2 Replies

5. SuSE

HELP for Newbie: Unable to run GUI installer (Ubuntu client connected to SLES server)

Hello All, I'm using my Ubuntu 10.04 client connected via SSH to a SuSE Linux server (SuSE Linux Enterprise Server 11 (x86_64) version 11 patchlevel=1). I'm trying to run an install of WebSphere Portal but can't seem to be able to run the GUI installer. Running xclock as root returns this... (7 Replies)
Discussion started by: kartrait
7 Replies

6. Linux

Help!! trying to connect to linux SSH from windows putty client

Hi, i am trying to connect my Putty session on a windows box to a linux SSH, i have generated private and public key pairs using puttygen, i have set the public one to be in an OPENSSH format... and have put this in my authorized_keys file in linux, when i connect i get the following errors: ... (1 Reply)
Discussion started by: Jtyreman
1 Replies

7. AIX

ssh login from windows client

I am a new user and i wish to connect to a unix(AIX) server from a windows client using ssh.A detailed solution would be highly appreciated. (1 Reply)
Discussion started by: ajayb3004
1 Replies

8. Windows & DOS: Issues & Discussions

ssh: sending password from windows client

Hi. My workstation is Windows. I use putty to connect to unix servers. The problem is that i'm doing it many times a day and each time i need to supply password. I have no control on ssh configuration on servers, because of account restrictions. So i can't use key authentication, how is suggested... (4 Replies)
Discussion started by: kukuruku
4 Replies

9. Windows & DOS: Issues & Discussions

ssh client and Windows remote Desktop

Dear All , I want to Access my office computer form the home. The enviourment is like the following : 1- From my home I connect for the office via VPN connection to Unix server lets say it's IP is 11.11.11.11 and till now every thing is OK and I can access the machine normally . 2- In my... (3 Replies)
Discussion started by: habuzahra
3 Replies

10. Cybersecurity

What's the difference between an SSH Client and an SSH Server?

Eh... yeah. What the title says. :D (1 Reply)
Discussion started by: PSC
1 Replies
Login or Register to Ask a Question