General :: Retain Server On When Putty Is Closed
Jun 11, 2011
I have a server program in ubuntu which i run using putty remotely. My problem is that when i closes my putty window, my server automatically closes and stop working.
I want that once i start my server it remains on when i closed my putty window.
View 14 Replies
ADVERTISEMENT
Nov 4, 2009
was trying to access the server through putty, it immediately closed connection.i tried this a couple of times and still the same problem.
View 2 Replies
View Related
Apr 14, 2010
I am downloading a big file on linux VPS, and I am connecting remotely via Putty to do it? Once I initiated the wget command to download the file, if I close the putty window, will wget continue to download the file in the background even though the session is technically closed?
View 11 Replies
View Related
Apr 2, 2010
I can't figure out why I keep getting kicked out of the ssh session almost immediately after login to an ubuntu 9.10 server (32bit).See the screenshot. I just installed this server and didn't make any ssh config options. I thought it would work right away.When I ping that server I get sporadic responses where some packets are lost. It's an old Dell poweredge 1400.where should I start troubleshooting? Authentication? Hardware?
View 4 Replies
View Related
Nov 5, 2010
I've been allowed to work on the server of a forum. I was given the username and password, and with them logged in successfully on the server using PuTTY, but now I'm not sure what command I use to do anything to the users on the forum For example how would I change someone's username or password, etc.
View 3 Replies
View Related
May 9, 2011
I'm using tigthvnc server on linux machine. Often my clients are closing their vncviewrs from close button ('X'), and not exiting gracefully their sessions from OS. How can I terminate the server when they do that?
View 1 Replies
View Related
Mar 12, 2010
I use PuTTY to connect to an Ubuntu Server (VPS). I would like to use Tab-Completion when I'm working with the command line on Ubuntu Server... How can I configure it?
View 1 Replies
View Related
Jul 4, 2011
In my case, it occurs intermittently when trying to connect using putty's command line client 'plink.exe' to a linux machine using ssh. For some testing purposes, a linux server is setup with 8K virtual ip addresses and the testing scripts will connect to these ip addresses through ssh using plink.exe. There will be concurrently 25 ssh sessions launched to the server. While it works for sometimes, it throws 'server unexpectedly closed network connection' error intermittently. If the same ip address is tried again manually, it works. While the ssh server is accepting connections, this error is thrown sometimes and unable to find out the reason from the logs. It is not that the ssh connection is completely blocked. It gives this error message while connecting to some of the virtual ip addresses but works some times.
The hosts.deny, sshd_config are tuned to allow the connections, allow more sessions etc.
View 2 Replies
View Related
Jan 29, 2011
I would like to learn basic linux commands and editors (eg : vi). Am using windows and it is difficult for me to install linux in ma laptop. So is there any free linux login servers available in internet so that I can login to server with putty and try using basic linux commands and editors.
View 4 Replies
View Related
Mar 23, 2011
We have one FTP server. Users are uploding files to the perticular directory remotely. but today some users got below error message.
421 Service not available, remote server has closed connection.
(vsftpd service is up and running) What are the possible causes for this error and from where I should start troubleshooting?
View 5 Replies
View Related
Jun 5, 2011
I have a database in SQL Server 2005 in my local Windows System and I want to import this database to my linux (ubuntu) server remotely using putty.
View 5 Replies
View Related
Jun 25, 2011
well, I have a redhat 9 server. it has a separate hdd mounted as /backup where I always used to take the backup tar files. Now I am planning to upgrade it to CentOS 5.5 Easy job. except that I want to keep the hdd same way for backup. And ofcourse without loosing any of my existing data.
Means, the current hdd i want to again use with keeping the data because I have to restore the whole thing just from that HDD and again that will be used for the backup also like before...
so advice on adding a new HDD without loosing data. And opps, the current backup HDD is accessible through /backup and I want to keep that too... but it is not a symbolic link... here is my current /etc/fstab
Code:
LABEL=/ / ext3 defaults 1 1
LABEL=/backup /backup ext3 defaults 1 2
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
[Code]......
View 5 Replies
View Related
Apr 3, 2011
quesiton is how I can redirect http://www.thispage.com to http://my.page.com and still retail displaying http://www.thispage.com.The issue is if I point in httpd.conf to directory where my.page.com it doesnt work because it knows it address.
View 4 Replies
View Related
May 15, 2010
I am trying to setup a putty session to putty from one Ubuntu machine to another. I know how to setup to connect to the machine from Windows and I am using the same settings for the one I am trying on the Ubuntu machine but it fails to connect. It fails immediately so I believe that putty is not able to find ssh. Is there some configuring that I need to do.
View 7 Replies
View Related
Jun 28, 2010
I have an old Brooktrout ISDN fax card on BRI used mostly for receiving faxes. It works with windows fax server software which sends faxes to different e-mail boxes according to telephone number on which fax was send.
Since card is getting rather old and I don particulary like server software I wonder has anyone got any practice with linux fax servers. What I need is ISDN fax card and software which is able to save fax as a picture to file and somehow retain telephone number (filename or directory name). Sending picture by email is than trivial task.
View 3 Replies
View Related
Mar 13, 2009
I am not able to login to server from console attached to server, every time i enter username & password but it again asks for username & password. But when i try to login to server from remote machine, login happens properly.
View 4 Replies
View Related
Sep 19, 2010
ENV: openssh-server-5.4p1-1.fc13.i686 Problem: I am unable to ssh using Putty (when using ssh-auth/pki) to a fedora box . I get the message: Server refused our key. Here's what I tried so far:
- Tried generating rsa (as well as dsa) keys on the linux server and put the generated public key in the ~/.ssh/authorized_keys. Then I converted the private key using PuttyGen.
- Also, tried generating keys using PuttyGen and then converted the public key and placed it on the server
- Configured the sshd server (ssh_config) for using RSAAuthentication=yes. Tried all combinations and purmutations; however, I still get the "Server refused our key" error.
View 10 Replies
View Related
Mar 1, 2010
I'm using Postgresql 8.4.2-2. I'm trying to remote into my server securely. I figure I could do so with ssh. Apparently I figured correctly, as per, [URL] and [URL] I setup the ssh tunnel. ssh -L 5432:serverip:5432 Then I setup pgadmin3 to connect as follows:
host: localhost
port: 5432
user: postgres
maintenance db: postgres
And I receive the following error:
An error has occurred: Quote: An error has occurred: Error connecting to the server: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.
I'm not sure what the problem is. I can connect with Code: psql from the cli after connecting to the terminal via ssh. So I know that I'm using the correct password.
View 3 Replies
View Related
Jul 22, 2010
I want to connect to my debian server through putty, but only i got is the message - Network error: connection refused. I try with different setting on the server and in putty, but there is no effect.
Here are my settings: for the serveer i use [URL]
Code:
Port 22
# listen address i changed to accept all addresses
ListenAddress 0.0.0.0
[code]....
i have no /etc/ssh/ssh_host_key file and try to comment it but with no success. All other lines at the config file was commented.
View 2 Replies
View Related
Mar 13, 2010
I need only one of the lines having the same ending. It does'nt matter which lines to discard as long long as one with the same ending is retained. Of course I have to retain any unique lines too.
myfile:
aaaa bb 12345
ccc aaa 1234
abc de zzzzz
b cc dd
[Code]....
View 3 Replies
View Related
Jul 23, 2011
i buy a dected server and i want control my server with UltraVNC Viewer the company host is give me just user name is root and password of ssh and when i ask him to instal for me vnc server he say sorry man i dont suport software.so can you help me how instal vnc server by putty (ssh)
View 8 Replies
View Related
Feb 10, 2011
I am access my linux box remotely using putty. I ran some build process on the remote machine. I lost my connection and now I had to re login using putty. I dont know if my process has finished or not. How will I check that.
View 2 Replies
View Related
Apr 27, 2010
So when I try to connect to my ubuntu server with ssh like thisX@dell-desktop:~$ ssh servername -P 1934X@servername's password: Permission denied, please try again.but when I use putty (yes with the same port number and the same settings)it works fine. This didn't start happening until my friend did a reinstall on the server, he didn't have a clue as to why it would do this.
View 6 Replies
View Related
Aug 8, 2009
I use centro 5 to run a game server with the command ./srcds_run quit -game cstrike -nocrashdialog +map de_dust2 +maxplayers 36 +ip 95.154.192.34 +port 27015 -tickrate 67
which then starts a 36 slot CSS game server but as soon as i close putty it ends now i tried nohub ./srcds_run quit -game cstrike -nocrashdialog +map de_dust2 +maxplayers 36 +ip 95.154.192.34 +port 27015 -tickrate 67 and ./srcds_run quit -game cstrike -nocrashdialog +map de_dust2 +maxplayers 36 +ip 95.154.192.34 +port 27015 -tickrate 67 > srcds.log 2>&1 &
i'm woundering if it something to do with centro 5 why nohub isn't working becouse it works for others either
View 1 Replies
View Related
Sep 15, 2010
i can't connect to my server using putty.
I have a virtual dedicated server, running - Linux Red Hat Fidora core 6- Pentium 4, 3ghz
I'm attempting to use Putty to log in SSH, but I'm getting an error.
Saying the sever unexpectedly close network connection.
I don't know if this has anything to do with it. This is a new computer, that hasn't logged in using putty before. Also I'm on a home wireless network. It dosen't seem to be a firewall issue, the error message pops up, when the firewall is disabled.
And I just had Go Daddy do a reboot. Oh, and I think I might have entered my password incorrectly a few times, last night.
I remember the Go Daddy rep, saying that my IP address may be flagged, but that it would unfilter and unlock it self within an hour or so. It's been over 24 hrs.
Before the password issue, i was able to log in.. But i can't now.
Others can log in. So there unable to duplicate the problem.
I'm new to Linux, and SSH.
Any help
I'm trying to install some software...
View 3 Replies
View Related
Apr 6, 2010
I am not able to connect to server through putty, my collegue is able to connect to same server from his desktop through putty.
I am getting ssh session and after providing user id an password its stays still and no error message. firewall and se linux is disabled and also i checked tcpwrappers there is not restriction given.
View 1 Replies
View Related
Dec 21, 2010
I setup logging in through putty client with keys, and password disabled, could log in from all machines on my network (xp and 7) with putty.When I finished hut down the server.Today I turned on the server box and thought I'd try logging in through putty. It kept telling me the server was rejecting my key.I plugged in a monitor and keyboard into the server and logged in via password then had no problem logging in through putty client.Question is, every time I shut the server down do I have to plug in the monitor and keyboard, then login, to be able to login remotely?
View 8 Replies
View Related
Apr 14, 2011
I'm trying to do a ssh connection (using Quest Putty) from Windows to Linux. As linux are joined to Active Directory, is possible to do a SSO (using kerberos). If I connect from linux to linux using ssh, it works fine. If I connect form Windows (Win7) to Linux using Quest Putty or Centrify Putty, an error is displayed:
Code:
C:Program FilesCentrifyCentrify PuTTY>Plink.exe -A -K -v serverl001.jed
Looking up host "serverl001.buss.red"
Connecting to 10.16.44.234 port 22
Server version: SSH-2.0-OpenSSH_5.4
We claim version: SSH-2.0-PuTTY_Release_0.60_(Centrify_GSS_1.4)
[Code]...
View 11 Replies
View Related
Jan 15, 2011
I can't connect to my Suse server by ssh (using putty) cause console shows me this message: connection reset by peer some times, other times It let me type the user but when I going to enter the password It reset the connection. What I did?? Reinstalled the ssh, but everything was same, the problem still appears. So I reinstalled the Operating System, now but when I going to connect to server the problem appears again! What could be the cause of this behavior??
View 3 Replies
View Related
Aug 27, 2009
I gannot connect to my Linux server using ssh and get Server refused to allocate pty message. Before it was working fine and today the problem appear, i don't know why this problem. Not that i'm new on linux system. my linux version is Linux 2.6.18-8.el5. I only found the same topic in this forum but not find solution, i try ssh with -T but still not working.
View 1 Replies
View Related