11-15-2009
And what was your solution?
10 More Discussions You Might Find Interesting
1. AIX
Has anyone installed openSSH, or any alternate ssh on AIX 5.1 if so is there a web site with quick guide of do's and don'ts for installation / setup that can be recommended. Is it a straightforward install ? (2 Replies)
Discussion started by: gefa
2 Replies
2. AIX
I am new/just getting used to this group (Unix Forums), but did search around. I saw a listing for "openssh for AIX" in which a response indicated a link was posted in the original post, but I couldn't find that link or another "original post", so first, if someone could enlighten me why I couldn't... (2 Replies)
Discussion started by: ripley
2 Replies
3. AIX
I am running openssl-0.9.6g-3 and prngd-0.9.23-3 on AIX 4.3.3. When I tried to initiate a SSH session, it hang at the "ssh-rand-helper" command. I then get a source copy of ssh-rand-helper.c from openssh-3.8p1 to debug it and found that it hung during the function call "RAND_bytes(seed,... (3 Replies)
Discussion started by: flockofseagull
3 Replies
4. AIX
Guys
I need to install openSSH on AIX 5.3?
First problem is : i am unable to find openSSH 3.8.1 freeware on the net ?pls pass on any links if you have.
Second problem is : installation.Although i know how to install rpm packages,installing SSH is bit diffrent.But that second issue.
Can... (16 Replies)
Discussion started by: ak835
16 Replies
5. AIX
Hi All,
I upgraded my openssh to 5.0. Now I need to modify the sshd_config file to my company's new policy. My problem? There are two config file on my system:
/usr/local/etc/sshd_config
and
/etc/ssh/sshd_config
Which should I edit? Please help. Thanks. (1 Reply)
Discussion started by: itik
1 Replies
6. AIX
Hi,
First of all, I wanted to try AIX and purchased a rs6000 from ebay with AIX6.1 installed.
My plan is to lear AIX, but I need to install ssh on the machine for the remote access.
The point is that I have seen nowhere a how'to or something.
Can you please give me some advices?
... (11 Replies)
Discussion started by: aixn00b
11 Replies
7. AIX
Good day. I was looking at implementing a chroot environment using openssh. I know I can use the sshd_config file and dictate that it is to use chroot for a specific directory for a user/group. However, the issue with this is that it is has to be root owned. To my knowledge, there is no mount... (0 Replies)
Discussion started by: smurphy_it
0 Replies
8. AIX
*SOLVED. please see edit at bottom*
Hello,
I have a freshly installed AIX 7.1 that I would like to enable SSH on. I believe I need OpenSSH and OpenSSL to do this. OpenSSL was already installed, so I moved onto installing OpenSSH.
I downloaded OpenSSH 6.2 from this site that claims support... (0 Replies)
Discussion started by: bstring
0 Replies
9. AIX
Hi,
We have 4 vulnerabilities in our AIX servers and the files to be installed are as follows:
File to be installed
OpenSSH_6.0.0.6102
OpenSSH_6.0.0.6107
OpenSSH_6.0.0.6110
Openssh_fix8
My question is, can we install the Openss_fix8 directly to resolve all the issues or should we... (2 Replies)
Discussion started by: gshari.89
2 Replies
10. AIX
im new to aix... my task is suppose to be simple. install openssh
i followed this article:
Installing OpenSSH and OpenSSL on AIX 6.1 | Keymon's snippets and brushstrokes
when i try to start the sshd service with the command: "startsrc -s sshd"
im getting an error saying:
"the sshd subsystem... (6 Replies)
Discussion started by: guy3145
6 Replies
LEARN ABOUT DEBIAN
dtc_install_centos
dtc_install_centos(8) System Manager's Manual dtc_install_centos(8)
NAME
dtc_install_centos - bootstrap a CentOS install to use in a chroot or VM
SYNOPSIS
dtc_install_centos <install root> <yum environment>
DESCRIPTION
This shell script is part of the dtc-xen package, generally to be used by the dtc panel to install a new a Xen VPS server. This script is
called by dtc_reinstall_os when the user chooses to install the CentOS operating system.
How it works: it generates a temporary yum configuration in the yum environment directory, that directs yum to act inside the install root
instead of in the base system; then it kindly requests yum to install the basesystem, centos-release and yum packages onto it. Yum then
uses the configuration to download the required (usually, security-updated) packages and then perform the RPM installation process under
the install root.
It requires both RPM and yum. It does work under Debian (it was developed in Ubuntu first). It should also work on RPM-based systems
without destroying the system-wide RPM and yum configurations.
OPTION
<install root>
Target directory where CentOS will be deployed. Must exist beforehand.
<yum environment>
Directory where yum will store the repository manifests and configuration. Will be automatically created. Cached RPMs and manifests will
be left, as usual, in a directory var/cache/yum inside the install root.
EXAMPLE
dtc_install_centos /root/yum /xen/13
This will setup the operating system in /xen/13, with the CentOS configuration folder in /root/yum.
BUGS
It's limited to CentOS 5 at the moment.
It must be run as root.
Under some circumstances, the installation process itself may kill processes running on the host machine. The chroot yum does should be
sufficient to avoid this, but we haven't been able, yet, to ascertain why this fails sometimes.
SEE ALSO
dtc_reinstall_os(8)
VERSION
This documentation describes dtc_install_os version 0.3.1.
See http://www.gplhost.com/software-dtc-xen.html for updates.
dtc_install_centos(8)