Displaying 10 results from an estimated 10 matches for "some_host".
2006 Nov 01
0
No subject
some_host$ ssh -R 20022:my_other_host:22 user at my_host
when I tried to connect to forwarded port from another computer, like this:
some_host$ ssh -p 20022 my_host
i got the message:
Connection refused.
When I tried to conect from the host my_host where the port was forwarded from
like this:
my_host$...
2004 Apr 02
2
Futzing with TaskScheduler
...(do
the right thing).
Also, I mostly dislike camel case and I''m not sure what logic MS used when
it chose "BeginX" versus "StartX". I''m just going to use "start". So for
now I''m looking at something like this:
t = Trigger.new(task_name,some_host)
t.trigger = {
:start_year => 2004
:start_month => 4
:start_day => 25
:start_hour => 23
:start_minute => 5
:trigger_type => DAILY
:week => FIRST | LAST
:dow => MONDAY | TUESDAY | WEDNESDAY
:months => JANUARY | FEBRUARY | MARCH
}
How''s...
2013 Nov 07
2
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Vladimir Rutsky <rutsky.vladimir at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rutsky.vladimir at gmail.com
--
You are receiving this mail because:
You are watching the assignee of
2016 Nov 24
17
[Bug 2643] New: Can not ssh with tr_TR.UTF-8 locale (Bad configuration options)
...-8). I reported
this bug to Launchpad[1] and I was asked to report it to upstream[2].
[1] https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1638338
[2]
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1638338/comments/16
What I expected to happen:
I expected that 'ssh user at some_host' command would successfully
run.
What actually happened
'ssh user at some_host' command failed with an error.
Steps to produce:
1. Open a terminal
2. Run LANG=tr_TR.UTF-8 ssh user at some_host
If I run ssh with tr_TR.UTF-8 locale, the first error I get is:
$HOME/.ssh/confi...
2012 Dec 11
1
Need help regarding perl sys::virt
...Input/output error8.132.125' (RSA) to the list of known hosts.
Can't call method "list_domains" on an undefined value at KVM.pl line 21.
bash-3.2$
bash-3.2$ cat KVM.pl
use strict;
use warnings;
use Sys::Virt;
use Data::Dump qw(dump);
my $user = "root";
my $host = <some_host>;
my $uri = "qemu+ssh://root\@$host/system?no_verify=1";
my $vmm;
eval {
$vmm = Sys::Virt->new(uri => $uri, readonly => 1);
};
if ($@) {
print "Unable to open connection to $uri: " . $@->message . "\n";
}
for my $dom ($vmm->list_domains, $vmm...
2007 May 24
5
bonding + VLANs -> Oops/panic, no VLAN on 100 Mbit cards [SOLVED]
As the issue concerns both the -user (configuration) and -devel (OOPS),
I''m sending this message to both lists.
Some time ago I complained about two problems:
- VLANs are not working on machines with 100 Mbit cards
- I get a kernel Oops (sometimes panic) when I try to use bonding and
VLANs with Xen
The root of the issue is the same in both cases: VLAN interfaces must
*not* be
2007 May 24
5
bonding + VLANs -> Oops/panic, no VLAN on 100 Mbit cards [SOLVED]
As the issue concerns both the -user (configuration) and -devel (OOPS),
I''m sending this message to both lists.
Some time ago I complained about two problems:
- VLANs are not working on machines with 100 Mbit cards
- I get a kernel Oops (sometimes panic) when I try to use bonding and
VLANs with Xen
The root of the issue is the same in both cases: VLAN interfaces must
*not* be
2003 Apr 02
8
[Bug 530] problems with port forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=530
Summary: problems with port forwarding
Product: Portable OpenSSH
Version: 3.5p1
Platform: ix86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: gilbert at
2013 Sep 24
1
Strange errors with imapc+acl in 2.2.x
...t: yes (try prefixing it with mbox: or maildir:)
Sep 24 18:09:46 [dovecot]
imap(other at my.domain): Error: Invalid user settings. Refer to server log
for more information.
My config (relevant parts):
------------------ Dovecot conf ----------------
imapc_host = some_host
imapc_port = 143
imapc_user = some_user
imapc_password = some3$pwd
imapc_ssl = starttls
imapc_ssl_verify = no
namespace gemeinsam {
type = public
separator = .
location = imapc:
prefix = Gemeinsam.
subscriptions = no
}
# I also tried different combinations of hidden and list
plugin {
acl =...
2003 Jan 07
0
Bug in Ossh3.5p1
...ole and no way to "log in" other
than by ssh, /etc/passwd has an "open" root account:
root::0:0:root:/root:/bin/sh
nobody:x:65534:65534:nobody:/tmp:/usr/bin/bash
Apparently OpenSSH3.5p1 ignores "PasswordAuthentication no" whenever
sombody comes from a root account on some_host:
-----------------------------------------------------------------
root at somehost:~# ssh -2 -v <some ip-number>
OpenSSH_2.9.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Seeding random number gen...