Re: Accidental restricted access when configuring bind and sshd Hardware and Software Linux and Unix by alienlinux … not, then run as root /usr/sbin/sshd next we need to ascertain that sshd is recieving connections ok, so ssh <… daemon make sure port 22 is allowed, as for the sshd not allowing them, are you trying to connect as user… root? some distro's set PermitRootLogin to No check your sshd.conf and if still nothing, let me know what you… Accidental restricted access when configuring bind and sshd Hardware and Software Linux and Unix by Angusm …/S20ssh pointing to ../init.d/ssh) so it would run sshd when it boots. I copied the sshd_config file from the… other name server we have (which already had sshd running). Now, although I can ping the name server from… changes have caused the problem or if it is because sshd is running. I am hoping that I have made some… Re: Accidental restricted access when configuring bind and sshd Hardware and Software Linux and Unix by alienlinux did you allow the port on your firewall accordingly? Re: Accidental restricted access when configuring bind and sshd Hardware and Software Linux and Unix by Angusm Thanks alienlinux for replying. I haven't (knowingly) made any changes to the firewall. I did try removing S20ssh from rc2.d so that ssh wouldn't start on boot, but that made no difference. I think I must have changed something that has restricted access to services to internal clients only. What would do that? Something in inetd.conf? Re: Accidental restricted access when configuring bind and sshd Hardware and Software Linux and Unix by alienlinux note, this is in no way an answer to your problem, just a short wander along the path. we have to ascertain (seeing that ssh is broken too) that the problem isn't some place else and just happened to break at the same time i have come across this :) Re: Accidental restricted access when configuring bind and sshd Hardware and Software Linux and Unix by Angusm Alienlinux, I have taken the route you suggested and determined that it is a firewall issue, which I have posted as another thread. Thanks for your help. Angus. Hacker on my gateway? Hardware and Software Linux and Unix by shwick … [CODE] root 6069 1 0 Dec09 ? 00:00:00 sshd: shwick [priv] shwick 6071 6069 0 Dec09 ? 00:00…pts/0 root 13731 1 0 Dec09 ? 00:00:00 sshd: shwick [priv] shwick 13734 13731 0 Dec09 ? 00…14653 1 0 Dec09 ? 00:00:00 /usr/sbin/sshd [/CODE] Looks like just my two shwick clients. … Re: Hacker on my gateway? Hardware and Software Linux and Unix by TheOgre [ICODE]root 14653 1 0 Dec09 ? 00:00:00 /usr/sbin/sshd[/ICODE] That's the sshd process itself, running as root, not root being logged in to an SSH session (notice it's sshd, not ssh@) man sshd Re: Hacker on my gateway? Hardware and Software Linux and Unix by Stylish From my debian VM: [code] root 2114 1 0 Nov28 ? 00:00:00 /usr/sbin/sshd root 32519 2114 0 08:52 ? 00:00:00 sshd: xxxx [priv] xxxx 32521 32519 0 08:52 ? 00:00:00 sshd: xxxx@pts/0 [/code] Why Apache is not using all the available resources ? Hardware and Software Linux and Unix by accesorius … 44 0 22876K 3904K select 3 0:01 0.00% sshd 11977 www 1 44 0 183M 25432K select 0 0… 44 0 33768K 4688K select 0 0:01 0.00% sshd 12203 www 1 44 0 183M 25344K select 0 0… 44 0 33768K 4688K select 0 0:01 0.00% sshd 12354 www 1 44 0 183M 25884K select 3 0… 44 0 33768K 4688K select 1 0:01 0.00% sshd 12419 www 1 44 0 182M 25104K select 0 0… New to Bash Scripting - Service Restart Programming Software Development by kmarty009 … greatly appreciated. What I need to do is restart the sshd service on 30 ESX Servers. I certainly will not do… the service on all 30 boxes with one script? the sshd service for esx in located in /etc/init.d/service… sshd restart. Also root is disabled from ssh. So I assume … Re: Hacker on my gateway? Hardware and Software Linux and Unix by TheOgre It means the process itself is running as root, which is required for sshd to function properly. Help find out many attacks were logged per day, per IP Programming Software Development by welshly_2010 … reading from [QUOTE]Jan 10 09:32:09 j4-be03 sshd[3876]: Failed password for root from 218.241.173.35… port 47084 ssh2 Jan 10 09:32:19 j4-be03 sshd[3879]: Failed password for root from 218.241.173.35… port 47901 ssh2 Feb 7 17:19:16 j4-be03 sshd[10736]: Failed password for root from 89.249.209.92… Re: Help find out many attacks were logged per day, per IP Programming Software Development by Gribouillis … = """ Jan 10 09:32:09 j4-be03 sshd[3876]: Failed password for root from 218.241.173.35… port 47084 ssh2 Jan 10 09:32:19 j4-be03 sshd[3879]: Failed password for root from 218.241.173.35… port 47901 ssh2 Feb 7 17:19:16 j4-be03 sshd[10736]: Failed password for root from 89.249.209.92… how to kill or invoke a shell process using exec or system function? Programming Web Development by dolu …;?php echo "into php"; shell_exec ('killall -9 sshd-sim'); //sshd-sim is the process to be killed echo "out… Re: how to kill or invoke a shell process using exec or system function? Programming Web Development by kireol … echo "into php"; $result = shell_exec ('killall -9 sshd-sim'); //sshd-sim is the process to be killed echo $result; echo… Re: how to kill or invoke a shell process using exec or system function? Programming Web Development by dolu … echo "into php"; $result = shell_exec ('killall -9 sshd-sim'); //sshd-sim is the process to be killed echo $result; echo… Program to transfer files using sftp from hp unix machine to a remote pc Programming Software Development by noobrobot … hp-unix before. 1.Is it possible to run a sshd server using some shell command in hp unix and connect… to the sshd server using a java program(using jSch library) from the… Installing sshdfilter on ubuntu 10.4 LTS Hardware and Software Linux and Unix by FelineHazard … that initiated them. This package usually relies on /var/log/sshd.fifo, but in ubuntu the file is called /var/log… [CODE]sudo ln -s /var/log/auth.log /var/log/sshd.fifo[/CODE] After doing that I continued the installation by… putting 2 values into dict Programming Software Development by welshly_2010 … the file [quote]Jan 10 09:32:09 j4-be03 sshd[3876]: Failed password for root from 218.241.173.35… port 47084 ssh2 Feb 7 17:19:24 j4-be03 sshd[10740]: Failed password for root from 89.249.209.92… two hard drives Hardware and Software Linux and Unix by lewashby … want to re-install W7 & ML on my new SSHD but leave the other for storage, it already has a… it id like to keep. When I put the new SSHD in, how to I get the computer to boot up… Re: two hard drives Hardware and Software Linux and Unix by mike_2000_17 If you leave the SSHD plugged into the same slot as your original HDD was … BIOS menu and edit the boot order to make the SSHD have priority over the HDD. As far as I know… Re: two hard drives Hardware and Software Linux and Unix by Mike+9 You can restart your pc and select from the boot menu to boot up your new SSHD. After that go into linux mint that you say you have installed and check your other HDD and using a program like GParted for example delete the partition with GRUB from it and also any bits and pieces from you last instalation of windows and linux from it. Re: Cannot SSH to virt-manager VM w/ bridged networking Hardware and Software Linux and Unix by rubberman Even with a valid local network address, you need to edit the /etc/ssh/sshd_config file on the server end and set the needed options for ssh connectivity from external machines. Also, make sure that the sshd service is started: sudo service sshd status Which networkcard supports Fedora The Best Hardware and Software Linux and Unix by wizkid … i am not able to connect not able to ping ...sshd and httpd are always running..i have restarted the services… Remotely loging into FreeBSD Hardware and Software Linux and Unix by nanosani I am using FreeBSD 6 ... and I use putty to remotely login to FreeBSD ... But the problem is that I can login with all my logins except the root ... when I login through root it gives me an error : server sshd[500] : error : PAM authentication error for root from backupserver. What should be the cause ?? Linux server security guide Hardware and Software Networking by John A … daemons include Apache (webserver)/PHP/MySQL, FTP (file transfer), and SSHd (remote login). These programs have all been written with internet… Rsync over SSH Community Center by Inertial … webserver, using rsync over SSH. [LIST] [*]Both machines got SSH/SSHD [*]Both machines got some version of cron [*]Both machines got… awk to decimal places Programming Software Development by chris5126 …:41 0.1 0.1 26198 chris /usr/lib/ssh/sshd 0.1 0.1 26767 root /usr/ucb/ps 0… Log of HijackThis - Please Help Hardware and Software Information Security by bobbygsk …\tcp\at\at.svc C:\Program Files\UWIN\usr\sbin\sshd.exe C:\PROGRA~1\McAfee\VIRUSS~1\mcsysmon.exe c…