You are not logged in.

#1 2005-06-01 05:00:26

kleptophobiac
Member
From: Sunnyvale, CA
Registered: 2004-04-25
Posts: 488

Can no longer do root login via ssh

I tend to login as root via ssh. Yes, I know that's a bad habit, but I don't give a damn because it's all local on my private network.

In any case, I just pacman -Syu'd a pair of arch computers, and I can no longer root ssh into those computers, though I can use a standard user + su.

I made sure that permitrootlogin was yes'd in sshd_config.

what now?

Offline

#2 2005-06-01 09:46:31

]hp
Member
Registered: 2005-06-01
Posts: 12

Re: Can no longer do root login via ssh

if your /etc/ssh/sshd_config you'll probably want something like this

ChallengeResponseAuthentication=no
UsePAM no

it scuppered mine as well when i updated.

hth

john


"I've seldom tasted a finer custard than this."

Offline

#3 2005-06-01 14:56:15

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Can no longer do root login via ssh

ummm I think it's telling you not to login as root - if anything, log in as a normal user and su over...

Offline

#4 2005-06-01 19:08:13

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: Can no longer do root login via ssh

ChallengeResponseAuthentication=no
I dont believe that does anything. I think it needs a space instead of an equals.
ChallengeResponseAuthentication no

The new sshd_config has this set to no, the previous versions had it commented out (defaults to yes).


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#5 2005-07-03 00:42:23

uberGeek
Member
From: Near Chicago
Registered: 2004-01-07
Posts: 65

Re: Can no longer do root login via ssh

So if root can't ssh in then how does one rsync root readable only files between machines?  When you have multiple Arch machines rsync makes updates, configuration, etc... a lot easier smile


carb $ now; uname -a; uptime
Sun 03Jul11 14:54:25 CDT -0500
Linux carb 2.6.17-ARCH #1 SMP PREEMPT Fri Jul 7 09:15:53 CEST 2006 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux
14:54:25 up 1463 days,  9:24,  1 user,  load average: 1.00, 1.00, 1.00

Offline

Board footer

Powered by FluxBB