Re: [Ilugc] SSH connectivity error

2014-07-15 Thread JITHIN K
Thank you Sathya. I fixed the issue.The issue happened because of the misconfiguration in the hosts.allow and hosts.deny file. Regards, Jithin K ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines:

[Ilugc] SSH connectivity error

2014-07-14 Thread JITHIN K
Hi All, I am facing a ssh connectivity issue in my CentOS 6.4. I installed OpenSSH server 5.3p1 but I couldn't do remote command line login to ssh server from a remote PC. I have done the following troubleshooting methods but still I the problem exists. 1. Verified that sshd is running and

Re: [Ilugc] SSH connectivity error

2014-07-14 Thread Sathya Narayanan
What do you see on message logs while ssh in to the server ? On Jul 14, 2014 9:29 PM, JITHIN K jithin...@gmail.com wrote: Hi All, I am facing a ssh connectivity issue in my CentOS 6.4. I installed OpenSSH server 5.3p1 but I couldn't do remote command line login to ssh server from a remote

Re: [Ilugc] SSH connectivity error

2014-07-14 Thread Sathya Narayanan
And also in secure logs ...(my bad i missed out).. On Jul 15, 2014 8:28 AM, Sathya Narayanan mycer...@gmail.com wrote: What do you see on message logs while ssh in to the server ? On Jul 14, 2014 9:29 PM, JITHIN K jithin...@gmail.com wrote: Hi All, I am facing a ssh connectivity issue

Re: [Ilugc] ssh escape sequences

2013-12-06 Thread Balasubramaniam Natarajan
On Fri, Dec 6, 2013 at 5:47 AM, Shrinivasan T tshriniva...@gmail.comwrote: ~# - list forwarded connections -- Regards, T.Shrinivasan Super thanks. Regards, Balasubramaniam Natarajan www.blog.etutorshop.com ___ ILUGC Mailing List:

[Ilugc] ssh escape sequences

2013-12-05 Thread Shrinivasan T
[shrini@cu300 yum.repos.d]# ~? Supported escape sequences: ~. - terminate connection (and any multiplexed sessions) ~B - send a BREAK to the remote system ~C - open a command line ~R - request rekey ~V/v - decrease/increase verbosity (LogLevel) ~^Z - suspend ssh ~# - list

[Ilugc] SSH X forwarding problem

2013-09-15 Thread Balasubramaniam Natarajan
Hi I have done X forwarding many times in the past and it worked just fine with the command shown below. ssh -X server gnome-open /home/bala/Documents/Link.ods However I am not too sure what happened that now a days, I don't seem to get the text when x forwarding is done. Have a look at the

[Ilugc] SSH based management tool

2012-09-16 Thread Rajagopal Swaminathan
Greetings, I thought it might interest somebody in this list http://raymii.org/cms/p_Ansible_-_Pure_SSH_configuration_management -- Regards, Rajagopal ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] SSH based management tool

2012-09-16 Thread Balasubramaniam Natarajan
On Sun, Sep 16, 2012 at 10:41 PM, Rajagopal Swaminathan raju.rajs...@gmail.com wrote: Greetings, I thought it might interest somebody in this list http://raymii.org/cms/p_Ansible_-_Pure_SSH_configuration_management This ends up on my face after I started with puppet for more than 10 day

Re: [Ilugc] SSH based management tool

2012-09-16 Thread Balachandran Sivakumar
Hi, On Sun, Sep 16, 2012 at 11:20 PM, Balasubramaniam Natarajan bala150...@gmail.com wrote: On Sun, Sep 16, 2012 at 10:41 PM, Rajagopal Swaminathan This ends up on my face after I started with puppet for more than 10 day Not a problem, right ? :) You can try out both and decide which

Re: [Ilugc] SSH based management tool

2012-09-16 Thread Noorul Islam Kamal Malmiyoda
On Sun, Sep 16, 2012 at 10:41 PM, Rajagopal Swaminathan raju.rajs...@gmail.com wrote: Greetings, I thought it might interest somebody in this list http://raymii.org/cms/p_Ansible_-_Pure_SSH_configuration_management It looks like this has no requirement like puppet ssl hand shaking. This

[Ilugc] ssh key sharing among mutliple host

2012-08-03 Thread ashwin kesavan
Hi, There are 4 host that are pointing to the same dns name and by round robin rotation when you ssh into dns name you land in any one of the 4 servers. The filesystem of these are nfs mounted. So what comes in one server appears in all servers. But the ssh keys dont change no matter which server

Re: [Ilugc] ssh key sharing among mutliple host

2012-08-03 Thread Girish Venkatachalam
On Fri, Aug 3, 2012 at 9:01 PM, ashwin kesavan ashwin@gmail.com wrote: Hi, There are 4 host that are pointing to the same dns name and by round robin rotation when you ssh into dns name you land in any one of the 4 servers. The filesystem of these are nfs mounted. So what comes in one

Re: [Ilugc] ssh key sharing among mutliple host

2012-08-03 Thread Joe Steeve
On Friday 03 August 2012 09:01 PM, ashwin kesavan wrote: servers. The filesystem of these are nfs mounted. So what comes in one server appears in all servers. But the ssh keys dont change no matter which server you land in. I want to know how ssh keys negotition works in this senario. Are you

Re: [Ilugc] SSH - Command

2011-04-19 Thread Gourav Shah
On Tue, Apr 19, 2011 at 10:14 AM, Version Control Buddy vcbu...@gmail.com wrote: I do not have control over that setup, i.e. I cannot change the SSH installation or functionality. So was looking for an alternative. I have done this with python using paramiko. 1. paramiko is excellent. 2.

Re: [Ilugc] SSH - Command

2011-04-18 Thread Ashish Verma
Answer is simple. Do passwordless public key login with ssh. And you should never have password prompts in shell scripts unless you are setting a password or it is an interactive script. -Girish Girish, I do not have control over that setup, i.e. I cannot change the SSH

Re: [Ilugc] SSH - Command

2011-04-18 Thread Version Control Buddy
I do not have control over that setup, i.e. I cannot change the SSH installation or functionality. So was looking for an alternative. I have done this with python using paramiko. ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] SSH - Command

2011-04-15 Thread Ashish Verma
Hi, I am executing the below ssh command. It requires to run a specific script on the remote host with sudo su. However the first prompt for password comes by fine, however it automatically accepts some value for the second prompt, i.e. for the sudo prompt. $cat hostlist | while read hostnam; do

Re: [Ilugc] SSH - Command

2011-04-15 Thread Girish Venkatachalam
On Sat, Apr 16, 2011 at 3:53 AM, Ashish Verma ilu...@gmail.com wrote: Hi, I am executing the below ssh command. It requires to run a specific script on the remote host with sudo su. However the first prompt for password comes by fine, however it automatically accepts some value for the second

Re: [Ilugc] ssh connection: port 22 problem

2011-04-01 Thread Balachandran Sivakumar
Hi, On Fri, Apr 1, 2011 at 10:40 AM, raja ant rajamar...@gmail.com wrote: I want linux os cd First, please start a new thread when you want to tell/ask something that is not related to the thread that you are replying to(It's called thread hijacking). And then, please do not top

Re: [Ilugc] ssh connection: port 22 problem

2011-04-01 Thread Arun Khan
On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh jemenisur...@gmail.com wrote: Since previous day i can connect to a other systems from my laptop via ssh, but other laptop can not connect to mine. Below is the Error, that i've got when trying to connect my system from others: [student@mercury

Re: [Ilugc] ssh connection: port 22 problem

2011-04-01 Thread Tha.Suresh
On Thu, Mar 31, 2011 at 8:55 PM, l...@chandrashekar.info wrote: Hi Suresh, USER=root ; COMMAND=/sbin/service sshd start Mar 31 18:30:48 mercury sshd[24192]: Received signal 15; terminating. Mar 31 18:32:00 mercury sshd[1752]: Server listening on 0.0.0.0 port . Looks like

Re: [Ilugc] ssh connection: port 22 problem

2011-04-01 Thread Tha.Suresh
As root user (or sudo in *buntu) # netstat -nplt | egrep :22 list the output of above Hi Friends, The problem is resolved. thank you all for your help. :) -- Regards, Tha.Suresh Cl Linux Tips Tricks, http://gnutips.wordpress.com My experiences with Linux are here,

[Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Tha.Suresh
Hi friends, Since previous day i can connect to a other systems from my laptop via ssh, but other laptop can not connect to mine. Below is the Error, that i've got when trying to connect my system from others: [student@mercury ~]$ ssh suresh@192.168.1.9 ssh: connect to host 192.168.1.9 port 22:

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Vijai Ganapathy
it most likely sshd is not running. can you check ps -auxwwwf | grep sshd | grep -v grep for sshd running ? On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh jemenisur...@gmail.com wrote: Hi friends, Since previous day i can connect to a other systems from my laptop via ssh, but other laptop can

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Akilan R
On Thu, Mar 31, 2011 at 6:19 PM, Vijai Ganapathy vijai.ganapa...@gmail.comwrote: it most likely sshd is not running. can you check ps -auxwwwf | grep sshd | grep -v grep for sshd running ? On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh jemenisur...@gmail.com wrote: No top posting please. --

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Akilan R
On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh jemenisur...@gmail.com wrote: $ /etc/init.d/sshd start $ /etc/ssh/ssh_config Can you post the output of these?(on the 192.168.1.9 system ) -- அகிலன் (Akilan R) [ blog.akilan.in ] *I should have no use for a paradise in which I should be deprived

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Raja Subramanian
On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh jemenisur...@gmail.com wrote: I tried many ways like,  $ /etc/init.d/sshd start Check the logs for clues on why sshd is failing. See the fies in /var/log/. - Raja ___ ILUGC Mailing List:

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Tha.Suresh
On Thu, Mar 31, 2011 at 6:19 PM, Vijai Ganapathy vijai.ganapa...@gmail.comwrote: it most likely sshd is not running. can you check ps -auxwwwf | grep sshd | grep -v grep for sshd running ? Yeah, sshd is running. -- Regards, Tha.Suresh Cl Linux Tips Tricks, http://gnutips.wordpress.com

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Tha.Suresh
On Thu, Mar 31, 2011 at 6:28 PM, Akilan R akila...@gmail.com wrote: On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh jemenisur...@gmail.com wrote: $ /etc/init.d/sshd start It didn't show any output. $ /etc/ssh/ssh_config Sorry, it's not ssh_config. Its sshd_config $ vim

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Tha.Suresh
On Thu, Mar 31, 2011 at 6:28 PM, Raja Subramanian rajasuper...@gmail.comwrote: On Thu, Mar 31, 2011 at 6:13 PM, Tha.Suresh jemenisur...@gmail.com wrote: I tried many ways like, $ /etc/init.d/sshd start Check the logs for clues on why sshd is failing. See the fies in /var/log/. I don't

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread lug
Hi Suresh, I don't know how to see the log files. I didn't find any file related to sshd. These are the files that i've found in the /var/log, You might want to look up /var/log/messages and /var/log/secure files. Try 'grep sshd /var/log/messages | tail' and 'grep ssh /var/log/secure |

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Tha.Suresh
On Thu, Mar 31, 2011 at 7:41 PM, l...@chandrashekar.info wrote: Hi Suresh, I don't know how to see the log files. I didn't find any file related to sshd. These are the files that i've found in the /var/log, You might want to look up /var/log/messages and /var/log/secure files. Try

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread Shrinivasan T
[root@mercury log]# grep sshd /var/log/messages | tail Mar 31 15:34:47 mercury setroubleshoot: SELinux is preventing /usr/sbin/sshd name_bind access . For complete SELinux messages. run sealert -l 44f7ecec-f09d-47e5-8fed-8cb9f929f4bb **(But i disabled the SElinux by editing

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread lug
Hi Suresh, USER=root ; COMMAND=/sbin/service sshd start Mar 31 18:30:48 mercury sshd[24192]: Received signal 15; terminating. Mar 31 18:32:00 mercury sshd[1752]: Server listening on 0.0.0.0 port . Looks like /etc/ssh/sshd_config is mis-configured to listen on port instead of the

Re: [Ilugc] ssh connection: port 22 problem

2011-03-31 Thread raja ant
I want linux os cd On Thu, Mar 31, 2011 at 4:43 AM, Tha.Suresh jemenisur...@gmail.com wrote: Hi friends, Since previous day i can connect to a other systems from my laptop via ssh, but other laptop can not connect to mine. Below is the Error, that i've got when trying to connect my system

Re: [Ilugc] ssh

2010-08-09 Thread Marikkannan Rajagopal
which os used by utell me then i told how to block ssh login Mostly you block in /etc/host.deny file... ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] ssh

2010-08-07 Thread Saravanan Selvamani
hi, my intension is to write a java applet that would display in neighbour machine saying we are watching you. is there any possiblities to do that using ssh. Regards, P.S.Saravanan ___ ILUGC Mailing List:

Re: [Ilugc] ssh tricks to access any private IP machine without VPN

2010-05-31 Thread R Rajendhran
From: Guruprasad Sun, 23 May 2010 09:39:48 -0700 Hi, On Sun, May 23, 2010 at 7:01 AM, R Rajendhran rajendh...@yahoo.com wrote: Windows users have plenty of third-party tools like GotoMyPC, TeamViewer, etc. to overcome the Public IP problems. Now, TeamViewer is available for Linux also.

Re: [Ilugc] ssh tricks to access any private IP machine without VPN

2010-05-23 Thread Guruprasad
Hi, On Sun, May 23, 2010 at 7:01 AM, R Rajendhran rajendh...@yahoo.com wrote: Windows users have plenty of third-party tools like GotoMyPC, TeamViewer, etc. to overcome the Public IP problems. Now, TeamViewer is available for Linux also.  Here is the download link:

Re: [Ilugc] ssh tricks to access any private IP machine without VPN

2010-05-22 Thread R Rajendhran
From: Arun Khan knu...@gmail.com To: ILUG-C ilugc@ae.iitm.ac.in Sent: Sat, 22 May, 2010 10:48:40 AM Subject: Re: [Ilugc] ssh tricks to access any private IP machine without VPN On Sat, May 22, 2010 at 10:22 AM, Girish Venkatachalam girishvenkatacha...@gmail.com wrote: Guys, You have

[Ilugc] ssh tricks to access any private IP machine without VPN

2010-05-21 Thread Girish Venkatachalam
Guys, You have plenty of concepts in networking that are very hard to grasp. And networking is my focus area. In today's Internet any cool technology uses networking in some way or other. My rich knowledge in networking helps me do several things with a lot of constraints. In several cases

Re: [Ilugc] ssh tricks to access any private IP machine without VPN

2010-05-21 Thread Arun Khan
On Sat, May 22, 2010 at 10:22 AM, Girish Venkatachalam girishvenkatacha...@gmail.com wrote: Guys, You have plenty of concepts in networking that are very hard to grasp. And networking is my focus area. In today's Internet any cool technology uses networking in some way or other. My rich

Re: [Ilugc] ssh tricks to access any private IP machine without VPN

2010-05-21 Thread Girish Venkatachalam
On Sat, May 22, 2010 at 10:48 AM, Arun Khan knu...@gmail.com wrote: FWIW - another cool trick that works for my operations. 1. Pay Rs. 1000/year to MTNL (Mumbai) for a static IP Triband DSL. 2. I have my company DNS served by a gratis DNS service like everydns.net (they were recently bought

Re: [Ilugc] SSH to windows from Linux

2010-01-21 Thread Saravanan S
On Wed, Jan 20, 2010 at 2:32 PM, Aanjhan R wrote: How often have your teachers at school/university told you to present properly, corrected you? You mock at them for not ignoring your contents? -10. But i mentioned Sometimes not always, please re-read my previous reply, it was about

Re: [Ilugc] SSH to windows from Linux

2010-01-20 Thread Saravanan S
On Wed, Jan 20, 2010 at 10:37 AM, Kenneth Gonsalves law...@thenilgiris.comwrote: On Tuesday 19 Jan 2010 6:04:37 pm Balaji Abiraman wrote: I can ssh to any linux system from a linux system in my network without any problem.But i cant ssh to a windows system from a linux system to execute

Re: [Ilugc] SSH to windows from Linux

2010-01-20 Thread Aanjhan R
On Wed, Jan 20, 2010 at 9:32 AM, Saravanan S dearsarava...@gmail.com wrote: I guess, having a look at the previous reply will take less time than pointing out the mistake OFTEN. Sometimes the content matters than the format, No one does this deliberately. Please try to understand. Even still

Re: [Ilugc] SSH to windows from Linux

2010-01-20 Thread Bharathi Subramanian
On 2:02pm, Saravanan S wrote: I guess, having a look at the previous reply will take less time than pointing out the mistake OFTEN. ILUGC mails are archived and publically available. So formatting is very very important. Otherwise, it will be difficult for a non-list member to know, who

Re: [Ilugc] SSH to windows from Linux

2010-01-20 Thread Raja Subramanian
On Wed, Jan 20, 2010 at 2:32 PM, Aanjhan R aanj...@gmail.com wrote: ... Format *does* matter (How often have your teachers at school/university told you to present properly, corrected you? +1 Posting poorly formatted email waste huge amounts of time. It costs the sender at most 1 minute to

Re: [Ilugc] SSH to windows from Linux

2010-01-20 Thread Raman.P
Posting poorly formatted email waste huge amounts of time. It costs the sender at most 1 minute to format his/her post correctly. This mailing list has more than 1000 subscribers, and if it takes 1 minute extra to read a poorly formatted email, that's 1000 minutes you're wasting of

Re: [Ilugc] SSH to windows from Linux

2010-01-20 Thread Arun Khan
On Wednesday 20 January 2010, Saravanan S wrote: I guess, having a look at the previous reply will take less time than pointing out the mistake OFTEN. I generally do not get involved in this kind of discussion but I think some of the newer members are simply not bothering to read the posting

Re: [Ilugc] SSH to windows from Linux

2010-01-20 Thread Arun Khan
On Tuesday 19 January 2010, Balachandar wrote: I can ssh to any linux system from a linux system in my network without any problem.But i cant ssh to a windows system from a linux system to execute tasks in the windows system.Is there anyway to achieve this.I googled about this,but i

[Ilugc] SSH to windows from Linux

2010-01-19 Thread Balachandar
Hi guys, I can ssh to any linux system from a linux system in my network without any problem.But i cant ssh to a windows system from a linux system to execute tasks in the windows system.Is there anyway to achieve this.I googled about this,but i couldnt get anything useful. Waiting for

Re: [Ilugc] SSH to windows from Linux

2010-01-19 Thread Mohan Sundaram
On Tue, Jan 19, 2010 at 5:01 PM, Balachandar balachandarli...@gmail.comwrote: Hi guys, I can ssh to any linux system from a linux system in my network without any problem.But i cant ssh to a windows system from a linux system to execute tasks in the windows system.Is there anyway to

Re: [Ilugc] SSH to windows from Linux

2010-01-19 Thread Ravi Jaya
On Tue, Jan 19, 2010 at 5:01 PM, Balachandar balachandarli...@gmail.comwrote: Hi guys, I can ssh to any linux system from a linux system in my network without any why cant try putty.. -- Ravi Jaya Mobile: +91 97909 16181 Blog: http://aryabhataa.blogspot.com/

Re: [Ilugc] SSH to windows from Linux

2010-01-19 Thread steve
On 01/19/2010 05:01 PM, Balachandar wrote: Hi guys, I can ssh to any linux system from a linux system in my network without any problem.But i cant ssh to a windows system from a linux system to execute tasks in the windows system.Is there anyway to achieve this.I googled about this,but i

Re: [Ilugc] SSH to windows from Linux

2010-01-19 Thread Balaji Abiraman
I can ssh to any linux system from a linux system in my network without any problem.But i cant ssh to a windows system from a linux system to execute tasks in the windows system.Is there anyway to achieve this.I googled about this,but i couldnt get anything useful. Try installing Freessh (Its

Re: [Ilugc] SSH to windows from Linux

2010-01-19 Thread Kenneth Gonsalves
On Tuesday 19 Jan 2010 6:04:37 pm Balaji Abiraman wrote: I can ssh to any linux system from a linux system in my network without any problem.But i cant ssh to a windows system from a linux system to execute tasks in the windows system.Is there anyway to achieve this.I googled about this,but i

Re: [Ilugc] ssh firefox

2009-07-05 Thread Kapil Hari Paranjape
Hello, On Sun, 05 Jul 2009, pavithran wrote: This is what I would like to do . I want to run firefox from a remote server . This is not an accurate description of your problem! What you really want is to access the internet via a remote computer (presumably because your local internet access is

Re: [Ilugc] ssh firefox

2009-07-05 Thread Arun SAG
Hi, On Sun, Jul 5, 2009 at 1:04 PM, Kapil Hari Paranjape ka...@imsc.res.inwrote: Hello, Note that SOCKS5 does not solve the DNS lookup. So this firefox profile will still use the local DNS server for looking up domain names. To solve this problem you will need to run a DNS cache and use

Re: [Ilugc] ssh firefox

2009-07-04 Thread Ramkumar R
2. I doubt if firewalls allow tunneling or is there any filtering mechanism to stop / restrict the incoming data ? Tunneling, def. transmitting data in one protocol encapsulated inside another protocol. Theoritically, it is impossible for a firewall to detect if you're browsing the web or

Re: [Ilugc] ssh connection refused

2008-07-03 Thread Ravi Jaya
On Thu, Jul 3, 2008 at 3:10 PM, Aditya M [EMAIL PROTECTED] wrote: On Thu, Jul 3, 2008 at 2:58 PM, sivaji j.g [EMAIL PROTECTED] wrote: i cant use ssh and irc from college ,look at this [EMAIL PROTECTED]:~$ ping unixpod.com PING unixpod.com (12.205.155.236) 56(84) bytes of data. 64

Re: [Ilugc] ssh connection refused

2008-07-03 Thread Sudharshan S
On Thu, Jul 3, 2008 at 2:58 PM, sivaji j.g [EMAIL PROTECTED] wrote: [EMAIL PROTECTED]:~$ time ssh unixpod.com ssh: connect to host unixpod.com port 22: Connection refused real0m0.035s user0m0.008s sys 0m0.012s hmmm, where is the user name? Shouldn't it be, [EMAIL