Tagged Questions
0
votes
0answers
35 views
Can I store a password in a bash script? [duplicate]
Is there some way to store (for example hashed etc.) secured password in a script that will be used during connection to server?
Storing password and username as clear text in code for me is quite ...
1
vote
1answer
251 views
SSH password entered too many times Connection refused
I tried connecting to my new installed Ubuntu 12 server via SSH and I was asked for my password. (I had used "myusername@ipadress" to connect)
After entering the right password a few times (with no ...
3
votes
1answer
507 views
How to use passwordless rsh?
I have been trying for a few days now, but cant seem to be able to setup a passwordless login using rsh in Ubuntu 12.04 server 64bit.
Before shooting me down and telling me to use ssh, this is my ...
3
votes
2answers
505 views
Precautions during SSH [duplicate]
Possible Duplicate:
How can I audit users and access attempts to SSH on my server?
I recently had to give away my Ubuntu 12.10 root password to one of my friends so that he could SSH into ...
-2
votes
1answer
178 views
rsync password problem
I have a python script. In that, I am using rsync for data transfer between two systems. While running, it ask for password for data transfer. So that I create a password-less run by the below ...
2
votes
1answer
131 views
How do I create one user without key authentication?
I've completed the following steps:
I have configured Ubuntu server with Key authentication and it is working fine.
I have disabled password authentication for key authentication to work.
The server ...
0
votes
1answer
103 views
Having an Issue in restricting length of password
I am trying to place a restriction on my ssh box to require a password of a min. length of 16 character and a max. of 30.
I was following the Password policy section, in the official user ...
0
votes
2answers
124 views
How to stop bzr from using ssh (asking a password) for downloading?
I have configured bzr to push updates and now it's using ssh for downloading all the branches too. Is it possible to use ssh only for uploading?
1
vote
1answer
928 views
How to reset my password without rebooting?
I lost my password to a VM running 11.04, but have ssh access via public key authentication.
Is there any way I can reset the password without a reboot? (This is to avoid downtime of services it's ...
1
vote
1answer
111 views
Dynamic Proxy with password
I need to setup a proxy on my localbox to redirect some requests to another network. I am doing it in the following way
ssh -f -N -D 0.0.0.0:22022 some-external-host
In this case every time i try ...
6
votes
4answers
5k views
Unlock all private keys on Ubuntu, entering password only once at login
I login to Ubuntu 12.04 using a password. Later on, when I use my browser(Chrome), I'm asked for a password to unlock the keychain so that the browser can access my saved credentials for various ...
0
votes
1answer
8k views
Can't Login to my Server via SSH, and the password is correct
I'm using Linode, and I've asked around on the IRC channels, but no one seems to know. I've logged into my server via LISH (reference), and I used the correct password, and everything went fine. ...
6
votes
1answer
3k views
How can I allow SSH password authentication from only certain IP addresses?
I'd like to allow SSH password authentication from only a certain subnet. I see the option to disallow it globally in /etc/ssh/sshd_config:
# Change to no to disable tunnelled clear text passwords
...
0
votes
1answer
212 views
GPG and SSH encryption of file need help
I don't know how to use Password and Keys in Ubuntu 11.10 , what is the exactly use of this application , and how can we use this for encrypting files?
Please also explain about ssh keys and gpg ...
3
votes
2answers
4k views
Encrypting Files and folder through terminal
I am new to part of encryption on Ubuntu .
Is there any way to encrypt files and folder with password from terminal ? without using truecrypt or cryptkeeper etc.
2
votes
2answers
478 views
How do I approve specific computers to ssh into a machine with password authentication disabled?
The instructions in help.ubuntu.com/community/SSH/OpenSSH/Configuring recommend disabling password authentication so that "it will only be possible to connect from computers you have specifically ...
3
votes
1answer
1k views
Looking for pageant equivalent
I was wonder if there is an equivalent to pageant for Ubuntu, for those of you who are unfamiliar with this tool, its basically a tool that runs and types in your password for public and private keys. ...
16
votes
2answers
462 views
Accidentally typed password in username input, any logs to clear?
I have accidentally typed my password in SSH's interactive username prompt. Are there any log files that I should clear?
9
votes
2answers
1k views
Disable password access through SSH?
I'm setting up a server for backing up my desktop box remotely. I want to prevent remote password access to the server, permitting only users with private keys (AKA my desktop box) to access it. How ...

