Displaying 20 results from an estimated 54 matches for "ssh'd".
2016 Apr 27
4
Semi-OT: very weird vi behaviour
This is weird. As in, *deeply* weird.
I ssh as root from one box to another (there are keys involved), and I go
to vi a file, such as
# line 1 #
# line 2 #
# line 3
# line 4
And what I see in vi is
# line 3
# line 4
BUT, if I scroll the cursor over each line with the arrow key... I see all
four lines. I've also looked at another file,...
2010 Nov 16
5
ssh prompting for password
...1% /var/lib/xenstored
So therefore my RSA key should already be in my authorized_keys on any
host. However logging into the virtual network, I always get prompted
for a password. just for the heck of it, I scp'd the key over again to
one of the virtual hosts:
[bluethundr at LCENT03:~]#scp .ssh/id_rsa.pub virt1:~
bluethundr at virt1's password:
id_rsa.pub
100% 381 0.4KB/s 00:00
ssh'd in:
[bluethundr at LCENT03:~]#ssh virt1
bluethundr at virt1's password:
Last login: Tue Nov 16 15:57:24 2010 from 192.168.1.46
Searched for the key on the host I just ssh&...
2008 Jul 21
20
Ideas for stopping ssh brute force attacks
just wanted to get some feedback from the community. Over the last few
days I have noticed my web server and email box have attempted to ssh'd to
using weird names like admin,appuser,nobody,etc.... None of these are
valid users. I know that I can block sshd all together with iptables but
that will not work for us. I did a little research on google and found
programs like sshguard and sshdfilter. Just wanted to know if anyone had
any...
2000 Oct 11
2
OpenSSH doesn't see keys.
Ok, I have OpenSSH installed on two servers.
I SSH to server 1.
On server 1 I ssh-keygen.
I give it an empty passphrase.
scp identity.pub to server 2.
On server 2 I
cat ident > authorized_keys
on server 1
I ssh -l user server
I asks for the password.
If I give it the login it works.
Now, I have SecureCRT on...
2008 Jun 13
2
enabling maildir @ cli
...ave run into
the following instruction:
-----
Dovecot uses Maildir format (not mbox), so if you install ISPConfig on
the server, please make sure you enable Maildir under Management ->
Server -> Settings -> Email. ISPConfig will then do the necessary
configuration.
----
Since I'm ssh'd in to the box and X isn't installed, what's the CLI to
accomplish this?
Thanks in advance,
-Ray
2016 Mar 22
3
Automatically forwarding fresh Kerberos tickets?
In an environment where users use smart cards to authenticate on Windows and then use ssh to login to UNIX systems via GSSAPI, it is nigh impossible to renew/refresh the Kerberos credentials in the UNIX session. If the user fails to renew their credentials before they expire, the user is stuck and must log out and log back in to get valid tickets.
Meanwhile it is entirely likely that...
2016 Apr 27
3
Semi-OT: very weird vi behaviour
...om: "Vanhorn, Mike" <michael.vanhorn at wright.edu>
>
> On 4/27/16, 9:39 AM, "centos-bounces at centos.org on behalf of
> m.roth at 5-cent.us" <centos-bounces at centos.org on behalf of
> m.roth at 5-cent.us> wrote:
>
>> And now, I just
>> ssh'd in from another windows, same way... and the weirdness isn't
>> there.
>>
>> Anyone have any clues as to what's going on with that one session?
>>
>> Mark
>
> It sounds as if, for some reason, in that one session, vi doesn?t
> know wha...
2008 Apr 28
3
R on X11 under Linux (newbie)
I just installed R on my 64 bit SUSE Linux system -- I compiled with the default x windows support on..
This may be a newbie question (apologies in advance)-- but how does this show up in X?
I have SSH'd in to my box and set my display -- I can run xcalc OK -- but when I hit the R binary it just goes to the command line -- if does not give me an x-window.
I suspect I need another program/package -- but wanted to verify that I wasn't missing anything obvious. I have been unable to find a...
2006 Jun 25
3
ssh session output stalls
Hello,
Is anyone else having problems with the ssh session output stalling
when ssh'd to another system and the command is running via sudo and a
pager is being used (e.g., more)?
Too highly reproducible :( to date, all known occurrences have
involved Centos 4.3 servers; makes no difference whether client is
RHEL WS 4.3, Centos 4.3 or FC 5 o...
2000 Apr 09
2
Password Login Failing... (Not sure this went through)
Appologise if this did make it to the list but I just subscribed and
didn't see it come back...
I am attmepting to install ssh/sshd on my RH6.1 Intel Box. Everything
seems to be working (not quite smooth sailing - I had to resort to
precompiled RPM for OpenSSL). I did however get it "working." I
generated a host key as root and then changed back to joe-user. I created
a key for joe-user. I then ssh'd to...
2005 Aug 24
4
named is up but does not respond to queries
...$ host www.yahoo.com 192.168.1.21
;; connection timed out; no servers could be reached
# nmapfe of 192.168.1.21 (from 192.168.1.150)
(The 1208 ports scanned but not shown below are in state:
closed)
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
53/tcp open domain
(ssh'd into named server using IP# 192.168.1.21)
# service named status
rndc: recv failed: operation canceled
TIA,
--
Arun Khan
Linux is like a wigwam - no gates, no windows, apache inside
2001 May 13
2
Change in behavior from 2.5p2 to 2.9p1
Under 2.5p2, if I ssh'd back to myself I would get a prompt asking for my
passphrase, and if that was incorrect it would then ask for my password.
Assuming I had a authorized_keys file with my identity.pub in it.
Under 2.9.p1 it goes straight to enter password instead of asking for my
passphrase.
This wouldn'...
2012 May 03
1
File size diff on local disk vs NFS share
...ded with a volume stripe size of 128K
>>>> were the volume size is 20TB, my local disk is about 500GB.
>>>>
>>>> Is this due to my stripe size?
>>>>
>>>> Nuggets are appreciated.
>
>> By the way, this is only across NFS as when ssh'd into the server, the file size shows 2.5M, same as the clients when its local so its seems NFS is the culprit.
>>
>> I have r/wsize tweaked but thats it.
>
> Wild guess - cached file attributes not getting updated properly in the NFS client? Has the actual file size chang...
2008 Aug 25
1
Re: IPTables HowTo (Comment)
Daniel Swid wrote:
> Hi,
> Was following along reading your how-to with a box I had ssh'd to. I started
> pasting in the commands to build my own filter and my computer connection
> suddenly stopped responding after I pasted in
>
> iptables -P INPUT DROP
>
> Thought it'd be good of you to add a little warning next to that line....
>
> Cheers,
> Da...
2016 Nov 30
1
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
I think the issue may be related to the broken trusts. First of
all only two people had specifically reported issues which meant for
most people it was acceptable. Then I noticed that some directories
seemed slower than others.
If I ssh'd into the server and checked permissions, listing permissions
on most directories was quick (under 2 second.) On directories that
allowed access to trusted domain members (e.g. "Research") listing
permissions might take 30 seconds. The unix uid numbers 10157 and
10172 shd...
2003 Jun 26
2
ext3 with quota under heavy load.
.... It has ran kernels
2.4.18-ac4 - 2.4.21-ac1, all with problems. The -ac patches are used
to provide the new style quota support. The system seems to have
gotten even less stable with the new kernel versions.
This morning around 5 am, I got a page the system was unresponding to
NFS requests. I ssh'd in, and found the loadavg at ~50. Below are
some snippets from ps at the time:
root 3414 0.8 0.1 3904 3048 ? DN 04:02 1:45
/usr/bin/updatedb -f NFS,SMBFS,NCPFS,PROC,DEVPTS -e /tmp,/var/tmp,/us
root 3979 0.0 0.0 2588 1192 ? DN 04:14 0:00
/usr/bin/rsync -...
2020 Apr 26
5
[Bug 3155] New: openssh support hostkey encrypt
https://bugzilla.mindrot.org/show_bug.cgi?id=3155
Bug ID: 3155
Summary: openssh support hostkey encrypt
Product: Portable OpenSSH
Version: 8.2p1
Hardware: ARM64
OS: Linux
Status: NEW
Severity: security
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org...
2019 May 21
2
OpenSSH Certificate Extensions
Hello:
I am working to implement certificate-based authentication for some
internal applications. It would be very helpful to be able to pass
information server-side by specifying some custom options via the
Extensions of the signed certificate, allowing the authenticity of the
options to be verified readily. However, I have not been able to find too
much for specifying behaviors, etc.
2015 Feb 20
1
how to stop yum when networkmanager has broken resolv.conf?
On Fri, Feb 20, 2015 at 04:13:13PM -0700, Chris Stone wrote:
> try CTRL-Z to put that running process in your shell to sleep, then:
>
> bg 1
You're missing a % there
> killall -TERM yum
Or just "control-Z" and then 'kill -9 %1'
You don't need to background the job and then kill every process matching
a name.
--
rgds
Stephen
2016 Apr 27
0
Semi-OT: very weird vi behaviour
On 4/27/16, 9:39 AM, "centos-bounces at centos.org on behalf of
m.roth at 5-cent.us" <centos-bounces at centos.org on behalf of
m.roth at 5-cent.us> wrote:
> And now, I just
>ssh'd in from another windows, same way... and the weirdness isn't there.
>
>Anyone have any clues as to what's going on with that one session?
>
> Mark
It sounds as if, for some reason, in that one session, vi doesn?t know
what your terminal settings are, so it?s in li...