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?
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...
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...
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...
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...
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...
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. /...
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...
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...
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 ...
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)
: ...
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...
Program like ping/traceroute/nslookup in Linux/Unix only accept single ip address. So for instance If I am want to know whether 10 hosts are up or not, i need to type ping <ip address> 10 time...
Hello,
I am trying to login as root through sudo in php in the simplist form possible. Please assum the server root password is: 12345 and add the following command to the script:
root >...
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 ...
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...
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...