General :: Connect Server To Another Without Password?
Mar 9, 2010how to connect the linux server to another linux server without password.
View 11 Replieshow to connect the linux server to another linux server without password.
View 11 Repliesam trying connect to server via ssh after entering the password it's just keep stuck !!!
*** NOTE : i was using the server and am sure about the user name and password ...
i installed acronis on the server end , the problem is that i have disabled the graphical interface on the server i have a acronis management console on a windows system where the image is being created when i try to connect to the linux server it prompts for username and password after i give the credentials then i get this error
[Code]...
My goal is this: Allow a user to connect to a server via SSH with any login name or password without checking to see if that account exists on that server. Their account would be captured by a universal account say, 'generic_user', and then they would be directed to one of my python scripts with the username and password they supplied for initial login. At this point my script would capture their SSHD process ID and allow/deny their existence based upon a MySQL/Subscription check.
The part I'm having trouble with is with PAM and allowing the user to login with any credentials and be successfully authenticated under the generic account. Beyond that, everything is great.
Ok I am new to all this, I did have a server years ago but have forgotten most of what I learned. My problem is getting ftp to connect to the server. I have centos and it has proftpd but I'm lost when it comes to the conf file. I created a user in plesk but when I try to connect with any ftp software it accepts the username but rejects any password. I have tried a million combinations but I just can't get my head around this. I have used it before many years ago and managed ok but that was using webmin. I feel I've bitten off more than I can chew with this server although I have managed everything else
View 2 Replies View RelatedI am an absolute Linux Beginner who is being required to do a bit of admin work because the boss just fired the old linux admin. Unfortunately, one of our employees cannot remember her password to her email account and as such I need to reset it on our linux server.What I want to check is that this email account is actually a linux user account and I simply will reset the password for it using the passwd command from the root login. Is that correct?
View 1 Replies View Relatedi am having trouble connecting to the broadband connection which needs to dial the username and password but as i am very new in the linux how can i connect to the internet. i use ubantu 10.04. is there any application to dial username and password and connect to internet?
View 3 Replies View RelatedI am implementing an automated backup scheme so I created a shell script which first creates SQL dumps for all MySQL databases, then retrieves all websites from the /var/www directory of a remote server. The latter is working as I am using rsync to get the remote files.However, the MySQL dumps being retrieved are the ones from the local server which is not what I want. I want to get the SQL dumps from the remote server as well.I have a tunnel between the local and remote server which I can connect to without using any password (I added the public key to the authorized_hosts), so I tried to add the following code to the script:
ssh user@192.168.x.xxx
I then attempted to retrieve the SQL dumps and exited from the remote server. However this does not work as I still have to enter exit manually in the terminal for the SQL dumps to be retrieved from the remote host. I don't know why this is happening. This is what the script is trying to do:
//connect to remote server
ssh user@192.168.x.xxx
//retrieve SQL dumps
[code]...
Is there a way to connect to the remote host AND run the script's code on THAT remote host?
Suppose I want to copy so may files from one server to another server. If i will use scp , then every time it will ask for user password.. Kindly share the complete procedure to do this . like what to take from path /usr/bin/ssh-keygen & copy to which path on 2nd server.
View 3 Replies View RelatedI want to give my users option of logging to the system. They should have posibillity for choosing option betweend logging to the system with their default password or one-time password OTPW. I installed OTPW in my Debian. Here is my /etc/pam.d/sshd file:
[Code]....
My bose ask me to convert a CentOS system password like "LMPQSMTE0nHlQ" to postfix MySQL MD5 Hased password, I find CentOS seems has 2 kinds of password form, one is shorter and the other is very long like"$1$C2MSk16n$WT5JWnzYH7XpCCjsiE2bd1", however I find postfix is exactly the later long one, so does any one know how to convert the short form to the later one
View 1 Replies View RelatedI am attempting to remote in to my sister's netbook using Remmina remote desktop client on both linux mint pc. I get prompted for a VNC password, but I do not know what it is, or where were I could change it. what the default password is or how I could change the password. UPDATE 09/18 10:25 EST-clients web site doesn't provide this information.
View 1 Replies View RelatedI use to ssh to different machines in my office. Every time it asks me for password. How do i prevent ssh from asking password every time or is there any way of exporting password every time i login to different machine.?
View 8 Replies View RelatedI created an account called adminftp on a local Linux server Centos.Added this user to FTP group.When I use Filzilla from another computer in the same network, it cannot connect to the server but I can ping to the server.
View 6 Replies View RelatedI have a ubuntu server for email. my customer want to change password from web interface.but, i don't have that.
View 3 Replies View Relatedhow come when I install usting text mode I can log in as root but when I use GUI I cannot it will not recognize the root password?
View 3 Replies View RelatedI have just configured samba and it is working fine, the only problem that i have face when i go to access some sharing on samba server it asking me about password but the problem is that its username option is embossed. By default it will login as guest but i dont know the guest password.
View 1 Replies View RelatedI have NIS setup to manage all my users, and I have samba set up to share out a directory to the users windows computers - which are part of a corporate domain. I have a requirement to synchronise the NIS password to the Samba password so that when a user changes their password in the Linux environment it automatically updates the Samba password so that the user can simply update the password stored by Windows Explorer.
View 1 Replies View RelatedThe config file is ambiguous, and keeps getting overwritten when you restart the daemon in Debian, anyway.
In /etc/transmission-daemon/settings.json, there are these options:
rpc-username
rpc-password
proxy-auth-username
proxy-auth-password
Every time I restart the daemon with:
/etc/init.d/transmission-daemon restart
It overwrites rpc-password, and the password it prints doesn't work anyway.
Does anyone know how to set the password properly? I don't want to disable it.
Is it at all possible to login to a wireless network with a WPA password on Ubuntu Server with no Window System?
View 1 Replies View Relatedi am trying to write a telnet server without username/password function. how to implement such function? the source code from inetutils seems complicated..
View 8 Replies View Relatedi need to connect to a remote linux server on certain times (automated), but i need to log on to the server. So i want to make a script (shell perhaps) that periodically connects to the server and checks some files and folders.How do i automate it and how can i log on automatically to the remote server without typing everytime the password and login (the script should do it himself)
View 14 Replies View RelatedAs we know, we can connect to a linux server on a linux or Unix system by typing "ssh username@domain.name.whatever". But it seems like we cannot do things like this by Windows Command Prompt. I mean we cannot connect to a Linux shell by a simple command right? Just want to make sure if this is impossible without installing extra tools(like sftpc or anything).
View 2 Replies View RelatedI have an Internet connection problem. The computer I'm using which is running Red Hat Enterprize Linux Server cannot connect to Internet. I can ping machines working in our local network. Static IP addresses, DNS, Default Gateway, Subnet mask, they all seem to be correct. I restart network interfaces but that doesnt make any difference. Other machines in our local network are connecting to Internet without any problem.
View 2 Replies View RelatedI have setup a Squid Transparent Proxy that works and I can connect to most websites and block-list works and yadda yadda yadda.
My problem is that when I try to connect to a certain PC it will not work. A bit more clarity...
[INTERNET]----[DSL-MODEM]----[ROUTER]----[SQUIDSERVER]----[NETWORK]
Connected to the DSL-MODEM is the PC in question that I can't connect to when using Squid. If I bypass the Squid from the Network and go through the router I can connect to the PC.
I want to be able to use the Squid server and still access the PC connected to the Modem and I want to have a Squid SAR report of the Network PC's accessing the PC on the modem.
The Modem/Router/Squid/Network all use the same IP range, but the PC on the modem has a different IP.
I want to learn mysql ! i have a pc with no lan/wan connections (i mean no server-client relation) i installed mysql using synaptic , when it was installing mysql,it asked me for password (opened a window) then i typed in terminal
output is :
I recently installed Ubuntu server 9.04. It appears to be functioning correctly in that I can acces it from other Windows machines ony my network. I installed Webmin to remotely administer this server, however I cannot connect using Webmin from my other machines. I am only running Samba on this server at the present time.
I attempted to access the webmin conf file at /etc/webmin/miniserv.conf but permission wasa denied, evenas root.
I am using RHEL 5.I want to connect to ms sql server using c++ Can anyone provide me a step by step instructions to do the same.
View 1 Replies View RelatedI would like to make a telnet connection to one server. I can't do this at first beceause i necesary to connect to another server. I use the program putty and this is the command to connect to my first machine:
[Code]....
We are using Linux machine as a gateway server to connect our local network to wan. We use pptp vpn to connect our remote customers network, is it possible to connect VPN to the gateway and make local network to connect through it? So that there is no need to connect vpn in every local client.
View 3 Replies View Related