Re: SSH on Fedora 16

2011-12-28 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/23/2011 03:47 PM, Daniel Bossert wrote: > Hello > >> echo 0>/selinux/enforce > > doesn't work at me: [root@merkur ssh]# echo 0 >/selinux/enforce > -bash: /selinux/enforce: No such file or directory use setenforce 0 /selinux has been moved to

Re: SSH on Fedora 16

2011-12-26 Thread lpeng...@gmail.com
lpeng...@gmail.com 在 2011-12-27,4:16,Daniel Bossert 写道: > Hi Michael > >> On Fri, 23 Dec 2011 22:44:26 +0100, DB (Daniel) wrote: >> >>> YEAH ! IT WORKS!! >>> >>> Sorry for writing big letters, but I'm happy! >>> >>> I did an reinstall of the openssh-server package, but that would not >>>

Re: SSH on Fedora 16

2011-12-26 Thread Daniel Bossert
Hi Michael > On Fri, 23 Dec 2011 22:44:26 +0100, DB (Daniel) wrote: > >> YEAH ! IT WORKS!! >> >> Sorry for writing big letters, but I'm happy! >> >> I did an reinstall of the openssh-server package, but that would not >> have been necessary.. > > The sshd_config files you've quoted contain *man

Re: SSH on Fedora 16

2011-12-26 Thread Michael Schwendt
On Fri, 23 Dec 2011 22:44:26 +0100, DB (Daniel) wrote: > YEAH ! IT WORKS!! > > Sorry for writing big letters, but I'm happy! > > I did an reinstall of the openssh-server package, but that would not > have been necessary.. The sshd_config files you've quoted contain *many* changes compared with

Re: SSH on Fedora 16

2011-12-23 Thread Reindl Harald
Am 23.12.2011 23:21, schrieb Joe Zeff: >> but it handles config files totally different >> "yum reinstall" will never touch them and not >> create rpmnew/rpmsave files! > > You mean that it won't replace a completely missing config file? > That's one thing I'd expect it to check for. i would

Re: SSH on Fedora 16

2011-12-23 Thread Joe Zeff
On 12/23/2011 02:08 PM, Reindl Harald wrote: "yum reinstall" doe snot exactly the same than remove/install which is good if you want to reinstall a package because something ha messed up binary files Thank you; that's what I wanted to find out. but it handles config files totally different "

Re: SSH on Fedora 16

2011-12-23 Thread Reindl Harald
Am 23.12.2011 23:04, schrieb Joe Zeff: > On 12/23/2011 01:53 PM, Reindl Harald wrote: >> >> >> Am 23.12.2011 22:21, schrieb Joe Zeff: >>> On 12/23/2011 01:12 PM, Reindl Harald wrote: * remove thessh-config-files COMPLELTLY * uninstall ssh-daemon * install it again >>> >>> You can u

Re: SSH on Fedora 16

2011-12-23 Thread Joe Zeff
On 12/23/2011 01:53 PM, Reindl Harald wrote: Am 23.12.2011 22:21, schrieb Joe Zeff: On 12/23/2011 01:12 PM, Reindl Harald wrote: * remove thessh-config-files COMPLELTLY * uninstall ssh-daemon * install it again You can use yum to reinstall a package in one step if you want to. Is there an

Re: SSH on Fedora 16

2011-12-23 Thread Reindl Harald
Am 23.12.2011 22:21, schrieb Joe Zeff: > On 12/23/2011 01:12 PM, Reindl Harald wrote: >> * remove thessh-config-files COMPLELTLY >> * uninstall ssh-daemon >> * install it again > > You can use yum to reinstall a package in one step if you want to. Is there > any advantage to doing it this way?

Re: SSH on Fedora 16

2011-12-23 Thread Daniel Bossert
YEAH ! IT WORKS!! Sorry for writing big letters, but I'm happy! I did an reinstall of the openssh-server package, but that would not have been necessary.. I did an sshd-keygen, now my server has some keys! (Probably he didn't had any before).. It works now!! daniel@saturn:~$ ssh 172.25.0.

Re: SSH on Fedora 16

2011-12-23 Thread suvayu ali
On Fri, Dec 23, 2011 at 21:47, Daniel Bossert wrote: > [root@merkur ~]# ls -l /etc/shadow > --. 1 root root 1135 Dec 21 17:54 /etc/shadow > [root@merkur ~]# > > --- I see, that /etc/shadow has no permissions.. can that be?I > changed to 0400, but login doesn't work neither. Did y

Re: SSH on Fedora 16

2011-12-23 Thread Joe Zeff
On 12/23/2011 01:12 PM, Reindl Harald wrote: * remove thessh-config-files COMPLELTLY * uninstall ssh-daemon * install it again You can use yum to reinstall a package in one step if you want to. Is there any advantage to doing it this way? (I'm not being argumentative, here, I'm wondering if

Re: SSH on Fedora 16

2011-12-23 Thread Reindl Harald
Am 23.12.2011 21:47, schrieb Daniel Bossert: > too much stuff touch only ONE thing at time i never saw any linux where ssh-login did not work so your starting mistake was chaning someshting around without make sure that after each step things are working * remove thessh-config-files COMPLELTLY

Re: SSH on Fedora 16

2011-12-23 Thread Daniel Bossert
Hello echo 0>/selinux/enforce doesn't work at me: [root@merkur ssh]# echo 0 >/selinux/enforce -bash: /selinux/enforce: No such file or directory [root@merkur ssh]# # Change to no to disable s/key passwords #ChallengeResponseAuthentication yes ChallengeResponseAuthentication no so why are y

Re: SSH on Fedora 16

2011-12-23 Thread Reindl Harald
Am 23.12.2011 17:21, schrieb Daniel Bossert: > On 12/23/2011 05:11 PM, Reindl Harald wrote: >> Am 23.12.2011 17:07, schrieb Daniel Bossert: >>> # Change to no to disable s/key passwords >>> #ChallengeResponseAuthentication yes >>> ChallengeResponseAuthentication no >> so why are you doing this if

Re: SSH on Fedora 16

2011-12-23 Thread Rick Sewill
On Friday, December 23, 2011 10:07:00 AM Daniel Bossert wrote: > On 12/23/2011 04:14 PM, Tom Horsley wrote: > > On Fri, 23 Dec 2011 15:30:16 +0100 > > > > suvayu ali wrote: > >> It would be helpful if you could give more details and say what > >> command you are trying and its output with the verb

Re: SSH on Fedora 16

2011-12-23 Thread Daniel Bossert
On 12/23/2011 05:11 PM, Reindl Harald wrote: Am 23.12.2011 17:07, schrieb Daniel Bossert: # Change to no to disable s/key passwords #ChallengeResponseAuthentication yes ChallengeResponseAuthentication no so why are you doing this if you want password-login? I know I had e mess... I changed to

Re: SSH on Fedora 16

2011-12-23 Thread Reindl Harald
Am 23.12.2011 17:07, schrieb Daniel Bossert: > # Change to no to disable s/key passwords > #ChallengeResponseAuthentication yes > ChallengeResponseAuthentication no so why are you doing this if you want password-login? signature.asc Description: OpenPGP digital signature -- users mailing list

Re: SSH on Fedora 16

2011-12-23 Thread Daniel Bossert
On 12/23/2011 04:14 PM, Tom Horsley wrote: On Fri, 23 Dec 2011 15:30:16 +0100 suvayu ali wrote: It would be helpful if you could give more details and say what command you are trying and its output with the verbose flag set like this -vvv. Yep, the -vvv option on the remote ssh and taking a lo

Re: SSH on Fedora 16

2011-12-23 Thread Tom Horsley
On Fri, 23 Dec 2011 15:30:16 +0100 suvayu ali wrote: > It would be helpful if you could give more details and say what > command you are trying and its output with the verbose flag set like > this -vvv. Yep, the -vvv option on the remote ssh and taking a look at /var/log/messages and /var/log/sec

Re: SSH on Fedora 16

2011-12-23 Thread suvayu ali
Hi Daniel, 2011/12/23 Daniel Bossert : > I am connecting as normal user, I don't want to connect as root remotely. It would be helpful if you could give more details and say what command you are trying and its output with the verbose flag set like this -vvv. PS: Please do not top post on this li

Re: SSH on Fedora 16

2011-12-23 Thread Frank Murphy
On 23/12/11 13:43, Daniel Bossert wrote: Hi Roberto. I am connecting as normal user, I don't want to connect as root remotely. Kind regards and thank you Daniel -- Is the keymap correct for your language? type "locale" at command prompt. -- Regards, Frank Murphy UTF_8 Encoded Friend of fedor

Re: SSH on Fedora 16

2011-12-23 Thread Daniel Bossert
Hi Roberto. I am connecting as normal user, I don't want to connect as root remotely. Kind regards and thank you Daniel -- Skickat från min Android-telefon med K-9 E-post. Ursäkta min fåordighet. Roberto Ragusa skrev: On 12/23/2011 12:49 PM, Daniel Bossert wrote: > Hi all > > I did a fresh ins

Re: SSH on Fedora 16

2011-12-23 Thread Roberto Ragusa
On 12/23/2011 12:49 PM, Daniel Bossert wrote: > Hi all > > I did a fresh install of Fedora 16 two days ago. > Really I searched much on the internet but couldn't find any solution. > > I have the problem that I only can connect locally to my PC, not from > remote with ssh. > > First he denied th