General :: Make Svn Store Clear Text Passwords In Debian?

Apr 6, 2011

I am using an internal toy svn server, and svn client seems to be configured to store passwords in gnome-keyring by default. How can I disable it or at least switch to kwallet?I am using Debian Testing.

View 2 Replies


ADVERTISEMENT

General :: User Passwords Display In Log File In Clear Text?

Apr 21, 2010

Running SunGard Banner software on RHEL 4.2 x86-32 bit Linux server Oracle Application 10.1.2.3 samba enabled. Users run processes/reports that are logged in a daily log file. In our daily job submission log files the user password shows up as clear text.The password shows up as $PSWD (sample from the logfile):

$JOB
$BANUID
$PSWD

[code]...

View 1 Replies View Related

Ubuntu Security :: Disable Tunneled Clear Text Passwords

Nov 13, 2010

The ubuntu installation came with my ubuntu (it does not matter which version etc.) Contains sshd_config file with this interesting lines:
# Change to no to disable tunneled clear text passwords
#PasswordAuthentication yes

The same lines are seen in many Ubuntu-related internet pages. This is quite surprising to see.
This seem to contradict to the fact that ssh was created specially to provide authentication (with passwords, of couse) but without sending them by internet as clear text like previous programs did. But I could not find any clear confirmations of that neither in Kubuntu-related documents no anywhere else. I put below fragment of a document from RedHat. This seem to imply that if one will use two "yes", the passwords will be passed in encripted form (and this is what is recommended by RedHat). Is that true? Is this true for Ubuntu too? Is the quoted line from sshd_config wrong? Or incomplete?

[URL] RSAAuthentication yes
The option RSAAuthentication specifies whether to try RSA authentication. This option must be set to yes for better security in your sessions. RSA use public and private key pairs created with the ssh-keygen1utility for authentication purposes.
PasswordAuthentication yes
The option PasswordAuthentication specifies whether we should use password-based authentication. For strong security, this option must always be set to yes.

View 9 Replies View Related

Server :: SVN - Password File For Svnserve Encrypted Rather Than Store The Usernames / Passwords In Plain Text?

Apr 23, 2010

Is it possible to have the passwd file for svnserve encrypted, rather than store the usernames/passwords in plain text?

View 3 Replies View Related

Security :: Generate Passwords And To Store And Keep Track Of Them?

Jun 6, 2011

I have joined a number of websites over time and it seems harder to manage them. Would like advice on how to generate passwords and to store and keep track of them. I would like to hear of systems or programs that are good for this.

View 5 Replies View Related

General :: SSH And Stop Password Being Shown In Clear Text?

Jan 6, 2011

I have a headless server running Centos and I often login in remotely to administer it. I have passwordless login and sometimes run commands remotely via ssh from a client machine. I've tried to shut the server remotely but have come across a small problem. Here is the output of the command I use to shutdown :Code:unclec@linux-desktop $ ssh centos 'sudo /sbin/shutdown -h now 'PASSWORD : 123ABCAs passwordless login is set up I do not need to enter a password to ssh BUT as I am running sudo on the server I am asked to enter my centos unclec password and this is shown in clear text on my local machine terminal. Is there a way to prevent this or should I edit the sudoers file on centos so it does not ask me to enter the password when "sudoing" ?

View 1 Replies View Related

General :: Make Nm-applet Store Keys Under KDE?

Apr 13, 2010

I know it is possible to have the Gnome nm-applet store keys under KDE (Fedora's KDE flavor does it by default) however I am at a loss as to how to make it do this on Ubuntu. It is a pain having to look up my wifi key(s) every time I boot my system up. I have the gnome keyring installed but this did not resolve the issue.

View 1 Replies View Related

General :: Can't Make Clear On Most Manpages - Can't Simply Usebzip2 File?

Feb 5, 2010

What they don't make clear on most manpages is that you can't simply usebzip2 thisfile.xxx that gives bzip2 free rein to include the original extension in the filename. You must use the -c tag (and better than that, the -c and -k tags, the latter of which leaves the original file untouched post-compression), then -if you wish- the level of compression to apply to a file (in the range of 1-9, with 1 being next-to-no compression and 9 the highest level of compression), followed by the filename/s to compress, then after a single space, a right-hand carat (">"), then another single space and the name you want to give the compressed bzip2 file, remembering to add the extension ".bzip2" (no quotes) to your filename.

Sounds pretty obvious, doesn't it? Well, I thought so too once I read a particular manual page and reasoned it out. Then I remembered the 15 or so minutes it took me to Google myself to that manpage, and I decided it was good Net citizenship to put up a little step-by-step like this one on an appropriate forum on which I was already a registered member.

It isn't just the C++ heads or the Python jockeys who need things broken down to their simplest bits for them from time to time. Newbies and near-newbies do, too. I took it as read that was the reason for this subforum, so here I went.

View 1 Replies View Related

General :: Where Does ITunes Store Its Stuff - Copy Its Data Store To An External Drive

Dec 8, 2009

I have two students whose windows laptops are riddled with malware and not working properly. They want me to help them install Linux (which we use in school), but they are concerned about their iTunes.

Having avoided iPods as "defective by design", I know nothing about iTunes whatsoever. However I remember reading about DRM locking and such problems that have me concerned that I won't be able to do it.

Where does iTunes store its stuff?

Can I copy its data store to an external drive, and then into a linux home?

Then will it work on wine, or can another manager (rhythmbox etc) access the itunes data?

Alternatively, if I partition the drive and install linux, can rythmbox/wine/something access itunes data on the win partition?

Supposing they are buying music through iTunes, what will happen to that account?

Finally, one of them has an iphone. Does that work with linux?

Ironic that an apple application is blocking migration away from windows.

View 9 Replies View Related

Ubuntu :: Me Menu Text Box Does Not Auto-Clear

Apr 18, 2011

I've been meaning to ask about this since Ubuntu 10.10 launched. How come clicking the "Post message..." text box in the Me Menu doesn't auto-clear the text? You have to highlight the text, press Backspace and then post your message. Not very nice or intuitive. No biggie, just surprised it wasn't patched by someone within a day or two of launch as these things often are!

View 1 Replies View Related

Programming :: C++ - Store A Text File In A Data Structure?

May 25, 2009

I am writting a program that reads a text file (music.txt) & stores it in a Data Structure. I am a novice learning over the internet so I this is something I have never done. How do I do this?

Quote:

Write a program that reads the data from the music.txt file and store it in a data structure. To implement this data structure you must use an array of songs and each song must be represented by a struct with appropriate fields. So far all I can do is open to file to read it (very simple I know) but so far is it correct?

Code:

#include <iostream>
#include <fstream>
#include <strstream>

[code]....

View 3 Replies View Related

Programming :: Store Line From Text File Into List C++

Feb 6, 2011

I'm wondering how it is possible to read each line from a text file, and then store each line separately in a list, using C++?

View 2 Replies View Related

Programming :: BASH Scripting: Hide Plain Text Passwords

Jun 15, 2010

I was wondering if there is way to hide passwords in bash scripts. For example: I have to write a script to export a full ldap structure, and I'm using the ldapsearch -y passwordfile, where password file is a plain text file that contains the password. Is there a way to hide the password from that file?

I was thinking to remove the r attribute from the file and before the script is lunched to put the attribute back, but is not a good solution, the same with immutable attribute.

View 7 Replies View Related

OpenSUSE Network :: User Password Being Saved In Clear Text?

Mar 25, 2011

I have set up my box to use ldap and I enter a users details in YaST and for the sake of simplicity I make the password 123456 The user gets created on the ldap server and everything seems Ok However I can't log in as that user and if I go to the ldap browser the password is in plain text Instead of saying {ssha}i345y9345yr34 or whatever is says {exop}123456

View 2 Replies View Related

Ubuntu Security :: Sever Doesn't Clear The Console Text

Apr 9, 2011

When I'm logged in, physically on the server as root and logout the lines doesn't get cleared like when you logout as a normal user. This could be a bug and if it is, it could be a security problem. The last actions done shows.

Additional information:

Ubuntu Server 10.10 (32 bit)
RAM: 1GB
Server used as: webserver, database, gaming server.

View 2 Replies View Related

Programming :: Store Data In Text File And Be Able To Modify It And Save As Well Using C++?

Jan 25, 2010

I wanna learn how to store data in text file and be able to modify it and save as well using C++.

Note: im using Turbo C++ 3.0

View 9 Replies View Related

Debian :: Make Nautilus Show Directories In Text Form?

Jun 1, 2010

When I try to view my home folder (for instance), I press the icon on the left of my name (/home/...) and it doesn't do what I accustomed to which is to show the text form of the directory. Is this a bug or am I missing something?

View 8 Replies View Related

Slackware :: Clear The Highlighted Results After Searching In Elvis And Other Text Viewer Programs Such As Less?

Apr 4, 2010

how do you clear the highlighted results after searching in elvis and other text viewer programs such as less?Also I know it's been mentioned before, but why does pat prefer elvis to vim? Just a personal preference?

View 9 Replies View Related

Fedora :: To Make Remember My Passwords?

Mar 6, 2011

I'm having some problems of security in my Fedora 12... excess of security. It keeps me asking mi password everytime I want to perform an operation, and in some cases I'm pretty sure that this hampers me to work with some files.

Everytime I boot it, it asks about the password for the wireless network, and when I fill that out, another window pops up saying "Enter password for default keyring to unlock" (I press the "deny button" always for this one as it doesn't accept my user password.

I'm a newbie in linux and in programming, so I spend the days facing problem after problem and it's starting to drive me crazy. I'm not the root of the computer, but just a superuser (I hope that's not the problem)

Isn't it possible just to put my password when I start and then work without writing it anytime?

View 2 Replies View Related

Security :: Make The Same Users And Passwords For Several Machines?

Aug 11, 2010

How to make users, groups, paswords and their IDs be the same on several computers (for example, on cluster)?

View 6 Replies View Related

Ubuntu :: Can't Clear Password On Empathy / Make It Possible?

Jul 11, 2010

I've been using empathy to chat on MSN. The problem is I can't erase my password when I want to log off. Theres just one user on this machine, I know it would be easier to create diffrent profiles. But I just want to be able to tell empathy that it should ask my pw to log on to my account.

Is this possible?

View 1 Replies View Related

Ubuntu Networking :: How To Make System Stop Asking For Passwords

Apr 26, 2010

Got a used Lenovo Thinkpad r61i and put Ubuntu 9.10 on it. Every time I turn it on it prompts me to give it a password for someone else's internet. This a password I do not know and I use an ethernet cable for internet so it's really annoying. Any way to make it stop?

View 1 Replies View Related

General :: Change Resolution In Zorin To Make The Text Larger?

Jun 12, 2011

how do i change resolution in Zorin to make the text larger.

View 5 Replies View Related

Ubuntu Security :: Multiple Passwords \ Possible To Have Two Passwords For One User Account In 9.10?

Jan 7, 2010

I wonder if it is possible to have two passwords for one user account in 9.10. I have a long login password (5 words about 45 characters with spaces caps). I would like to set a shorter password for Authentication, sudo, etc. While retaining the original for logging in.In short:Have long password to login to computer.Have short password for everything after login.

View 6 Replies View Related

General :: Make Ubuntu's Terminal Program Automatically Copy To Clipboard Selected Text / Paste

Jul 6, 2011

i'm used to using putty on a window's machine.With putty whatever you select is automatically on the clipboard without having to right click and select copy.And right click just pastes.

View 1 Replies View Related

Debian :: Where Does Quassel IRC Store Its Log

Jun 18, 2015

Where does quassel irc monolithic client store its logs ?

View 3 Replies View Related

Debian Configuration :: Use One Time Passwords With Ssh?

Dec 11, 2010

I would like to use one time passwords with ssh.I know there is the RC Devs openotp library but I have found very little information on the web about how to use this with ssh or even if that is possible.

View 1 Replies View Related

Debian :: Zshell - How To Clear History

Jun 5, 2010

I just started using the z shell. i have one problem, what command clears z shells history? I know how to clear the .histfile: echo "" > .histfile, but when i press the up arrow key the last command is still there.

View 1 Replies View Related

Debian :: Clear 3G Works, 4G And Con. Manager?

Jan 24, 2011

I have a Clear 4G+ Mobile USB modem. It is a Sierra Wireless Air Card 250u. I was able to get a brief 3G connection out of the box, with Squeeze 6.0. I would be happy to at least get connection manager working, as it does in Windows XP.

Subsequent edit. I did a clean install of 6.0 Squeeze, and Clear USB modum worked right out of the box. All I had to do was, right click on Network Manager icon on upper right corner of screen, checked enable mobile broadband. clicked on edit connection info. There I manually entered Clear as my provider, checked on connect auto, and left other fields blank or default settings. I still only get 3G, but I have multiple barriers to a microwave signal in my location. But I still will continue and may need help as I configure Clears Connection Manager, and or firmware.

url

Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 198f:0220 Beceem Communications Inc.
Bus 001 Device 004: ID 1199:0301 Sierra Wireless, Inc.
Bus 001 Device 002: ID 0424:2512 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 roo

I am guessing I would have to locate firmware to make this device work in linux.

View 2 Replies View Related

Debian Configuration :: Clear DNS Cache ?

Jan 18, 2011

A friend has a website. the site has been moved to another server. I am inside of a private network.

Problem: when trying to reach his website, my browser keeps connecting to the old server which is on another continent

Windows machines have no problem with this. They connect to the new server without issues.

NOW what is hard to understand: even the PING utility is pinging the old server.

I tried these and none works:
- computer restart
- Clear private data in Iceweasel (has ntg to do with PING, but tried...)
- installed nscd and restarted the service
- modified /etc/resolv.conf to point to another nameserver than modified it back

At the same computer, if I reboot and load Windows, the browser has no problem connecting to the new server.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved