This ssh message is my problem. I can not connect to the box remotely. I checked the following files to ensure my files are properly configured but I still have the same problem. Do I have ...
I am looking for a tool that will test my password against dictionaries using brute-force attack. Any recommendations would be appreciated.
Thanks...
-Computurk
I am not a unix developer but I need to do something in UNIX.
Can anyone please tell me how can I write a script to accept Password from the command line,then encrypt the password and store i...
How do I go about running a system() or exec() command in PHP that will use root privs? Running Apache as Root is NOT an option for this situation. For example, I need to be able to run chmo...
can someone post C# or VB.NET code for SFTP or SSH protocol support in a .NET application?
I was sent a Sun Fire V880 from another office and nobody knows the root or RSC passwords. Since the network configuration is for a different TCP/IP network the only access I have to the syste...
Hi,
I'm trying to configure ssh to log in without any password on the same sun unix box. Assuming the box name is : infodev and the OS user is : informat, the following line should work witho...
Hello All,
I want to find last login time of users on HP-UX. Can anyone have idea how can I find users who didnt logged in since last 6 months on HP-UX?
Hoping for quick repl...
Hi All,
I'm having some problems getting the EVP_aes_XXX functions to work in my program. Here is a little test I wrote to reproduce the problem.
int
main()
{
unsigned char key[M...
I have accounts on three linux machine, let's call them Home, Away1 and Away2. All the machines have SSH installed and working (that is, I can use ssh to login from one machine to the others ...
Hello,
I would like to transfer the folders from the local m/c to the remote SFTP server. I have written a perl script which is going to transfer the files but the issue that I am facing is...
Can someone provide me a code for SFTP ing a file with Java
I am trying to reset the console password through the terminal server (serial connection)... Any idea on how I can disable this either from a hardware perspective (remove jumpers) or interrupt...
Hi,
I want to configure sudo on my 5.3 AIX box but I am having problem:
1. The downloadble for IBM is only for version 5.2. Will this work?
2. The latest (1.6.9p5) one is a binary whic...
How can I run script with root privileges?
How can I make a script that any user can run it? This script makes log files that stored on the root volume [no one of the user can read it more mo...
Experts Exchange:
I try to su to root and get:
Password for user 'root' has expired - use passwd(1) to update it
This is Solaris 9. Nsswitch.conf is files ldap on passwd and group. /...
is there a way to change a process owned by root to be owned by another user. I am interested in finding out if there is a way toput a script in /etc/rc2.d that will start up automatically on ...
I have a simple bash script that will make an SQLPlus call.
The flow looks like it executes the:
echo "begin"
then the echo "mama"
then the makes the SQLPLUs call. WHY?????. Can I ...
We've just installed an environment consisting of several Sun servers running Solaris 10. The boxes will be used as a portal for a business intelligence reporting environment. The servers ar...
Hi,
During the installation of Oracle RAC 10g Release 2, OUI needs to copy files to and execute programs on the other nodes in the cluster. In order to allow OUI to do that, I must configu...
Hi, I need help using cygwin. These are the following commands I input at the command line when i start a cygwin session:
$startx
$ssh -l oracle (ip address that you want to connect to)
: ...
Hello all,
We have an HP-UX 11i server running inside of our private area with files on it. We have a Linux Enterprise Server 3 in our DMZ. We want to set up a nfs mount between the two. ...
Hi,
I need to install and configure squid proxy on solaris 9. I'd appreciate if somebody could tell me where to get the squid for solaris, and how to go about the baisc installation and con...
I encounter "Permission denied (publickey,keyboard-interactive,hostbased) when using "ssh server".
The debugging messages on server are as follows:
# /usr/local/sbin/sshd -d &
debug1: ssh...
I'm trying to setup a password-less login using SSH on Solaris8
I've installed OpenSSH_3.6.1p1, SSH protocols 1.5/2.0 on 2 servers.
SSH works fine when providing remote passwords.
To set...