Ubuntu :: Is Ssh Remote Login Similar To Hacking
Mar 9, 2010is ssh remote login similar to hacking?
View 2 Repliesis ssh remote login similar to hacking?
View 2 RepliesWhat app/util for Ubuntu Server 10.10 would allow me to browse and download data stored on the server via a website interface similar to Windows home server?
View 2 Replies View RelatedHow can I properly perform a remote desktop to a windows PC... or similar?
View 6 Replies View RelatedIs there any software that can do that? I would hate to have to run the android emulator software and run remotedroid on it.... so many wasted resources for a simple program. Any one know of an app that would let me do this that is made for linux? (specifically ubuntu)?
View 5 Replies View RelatedI need to run a script when i login for first time in a day. I may reboot or shutdown and then power on during the day. But i do not want the job to run during those power ups. It should run only once per day.
View 3 Replies View RelatedI maintain plain vanilla Ubuntu 10.04 systems for several friends. Each machine has only one user, the owner. I use Remote Desktop to instruct and to perform maintenance. Here's my problem:After updating the system, if the kernel has changed, a restart is needed. If I do a restart, I then have to phone the owner to insert his login credentials in the gdm login screen, before I can do anything else via Remote Desktop on that machine.There ought to be a simple way I can avoid the phone call and login myself.
I'd strongly prefer not to use any software that is not included in a plain vanilla Ubuntu 10.04 installation. And I don't want to weaken system security beyond what it is now.Is there a solution? Or, what is the simplest solution?
I need to login as root , when linux starts to show login window
But it shudnt be as
1) spawning a new terminal and do commands lik startx -- :3
2) without going in recovery mode
I need to login through login window as normal process
I want to create a network similar to windows network on linux .Users should have profiles and can do network login similar to active directory on windows.
View 2 Replies View Relatedi'm using OpenSuSE 11.2 and was wondering if there is anyway to set remote login as the default login method.
View 9 Replies View RelatedI just installed 10.04. I currently have a monitor but I want to ditch this and use a VNC client to do what I need to on my server. Here is the process I'm using:
1) Remote login via SSH from another computer
2) Once logged in, I run 'service gdm start' to start up GNOME
3) I have the login set to automatically login in with my user account
At this point I thought I was home free and I could connect via VNC, but now I'm getting a prompt for a keyring unlock, as explained here: [URL]..This has been a total pain.
1) Are there any other simple solutions out there so that I can remotely log in and be able to connect to my server via VNC?
2) If not, how do I get past this keyring issue?
I have two systems both having ubuntu 10.10 I want to know how to remote login from one system to other in GUI. What packages I have to install ?
I know remote login using ssh but its CUI.
Is there a way to remotely login to a Linux machine from Windows without having to have a session already going? The ideal situation would be to turn the Linux machine on, remotely log in with the Linux username and password and be presented with a desktop, and when I disconnect the session ends. I don't want to have a session already going to connect to... it seems like I can't accomplish this using VNC. What other options are there?
View 4 Replies View RelatedIs it possible to remote login (x -session) to a second computer( first time) from a first computer.
OS : Ubuntu 10.10
I think it is very easy to hack passwords in Linux, but I did not try it yet. If you use sudo you get 3 attempts for the correct password. But if you get enough time it should be no problem to hack it by bruteforce. Imagine a script an attacker places on your machine which runs for a few hours or days. I think it is much more effective to delete the user out of the admin (or adm?) group so that user cannot be any danger anymore. You would have to login with root and readd the user then.
You now say: but if you login with root you got almost the same effect as with sudo. Of course it is the same. That is why I would use a system (not sure which yet) to create sub enviroments of your OS, which got the attribute that they can run without root, only got one account that can sudo and once sudo access is denied there is no other way to login as root. You just can repermit sudo access by the parent os layer.
I am having a problem with nautilus since today. I was hacking on glib and trying a few things with the way stuff gets mounted, after a while i noticed that nautilus was seriously broken. Network, Computer, and all volumes are not displayed anymore. I wanted to revert to the original state, and tried to reinstall glib, gvfs and nautilus with the packet manager, but it didnt change anything. how i can restore everything to normal. I tried running nautilus as root or reinstall gvfs-backend and other things but it didnt work.
View 6 Replies View RelatedAfter a week this 200 lines c code still working, it seems Ubuntu forget it, what happend?
http://marc.info/?l=full-disclosure&...5358621826&w=2
*solved: I build a new kernel (2.6.32.27)
I am new to all this so I don't understand much of the language used in linux or backtrack, but I founded in a forum how to hack wep and I did this steps: I have a IWL 4965 AGN I tried to hack a wireless but I get errors, this is what I did:
1)airmon-ng
wlan0 intel 4965 a/b/g/n iwl 4965 - [phy0]
2)airmon-ng stop wlan0
wlan0 intel 4965 a/b/g/n iwl 4965 - [phy0]
(monitor mode disabled)
3)ifconfig wlan0 down
4)macchanger --mac 00:11:22:33:44:55 wlan0
Current mac: 00:1d:e0:4f:99:4b (unknown)
faked mac: 00:11:22:33:44:55 (cimsys inc)
5)airmon-ng start wlan0
wlan0 intel 4965 a/b/g/n iwl 4965 - [phy0]
ERROR: Neither the sysfs interface links nor the iw command is available.
Please download and install iw from dl.aircrack-ng.org/iw.tar.bz2
So I downloaded this from the Page and tried to install it.
6)cd '/root/iw'
iw# make
CC iw.o
iw.c:11:31: error: netlink/genl/genl.h: No such file or directory
iw.c:12:33: error: netlink/genl/family.h: No such file or directory
iw.c:13:33: error: netlink/genl/ctrl.h: No such file or directory
iw.c:14:25: error: netlink/msg.h: No such file or directory
iw.c:15:26: error: netlink/attr.h: No such file or directory
iw.c: In function 'nl80211_init':
iw.c:25: error: implicit declaration of function 'nl_handle_alloc'
iw.c:25: warning: assignment makes pointer from integer without a cast
iw.c:31: error: implicit declaration of function 'genl_connect'
iw.c:37: error: implicit declaration of function 'genl_ctrl_alloc_cache'
iw.c:37: warning: assignment makes pointer from integer without a cast
iw.c:44: error: implicit declaration of function 'genl_ctrl_search_by_name'
iw.c:44: warning: assignment makes pointer from integer without a cast
iw.c:54: error: implicit declaration of function 'nl_cache_free'
iw.c:56: error: implicit declaration of function 'nl_handle_destroy'
iw.c: In function 'nl80211_cleanup':
iw.c:62: error: implicit declaration of function 'genl_family_put'
make: *** [iw.o] Error 1
I did a upgrade to 10.04 on my server. Then after a reboot I was unable to remotely get into server. Upon connecting the monitor I am greeted with the purple 10.04 boot screen with this text at the bottom:
Code:
The disk drive for /dev/mapper/cryptswap1 is not ready yet or not present
Continue to wait; or Press S to skip mounting or M for manual recovery
Now I did some googling and the results I came across involved a encrypted drive which I have never even tried to setup. Now if I choose a manual recovery I am dropped to cli which from there I can start networking then ssh into the system and run updates, ping other machines, etc. But again this is meant to be a remote access server so everytime I reboot I cant just hit the M key let alone run service networking start! So I commented out the swap entry's in both my /etc/crypttab and /etc/fstab...now I cannot even get to terminal as I could before...now it just loops with no errors!
how can i write a script to login to a remote pc with ssh by integrating password inside the script?
View 1 Replies View RelatedI need to remotely Ubuntu 10.10 server. However I want to do it froma Windows XP VISTA or Windows 7 machine. Ideall I would like to login using http web browser. The primary reason is because I want to be able to update the server software remotely when required. Ofcourse it would be nice to see the GUI and be able.10 to perform all functions as if I was sitting at the computer. I heard of webmin.... or webadmin... However I have not find this software in the Ubuntu Software Centre and I would like it to be good for Ubuntu 10.10.
View 7 Replies View RelatedI have my work PC in the office, and time to time I access it via TeamViewer from home. I have access to it also via ssh, over the VPN connection. I have problems with this setup, when for some reason the work PC must be rebooted (or it just happened by itself - power failure). The Ubuntu gets to the login screen and that's it. I can not access it remotely because the TeamViewer application is not started on that PC yet. I'd like to know, if there is a way how I can access my work PC over the VPN connection - open SSH session, and write some commands, to log in that desktop environment user, and launch the TeamViewer application. Ie, if someone would be looking on the screen at that moment, she would see that login screen disappears, desktop environment is loaded, and the TeamViewer app is started.
If that's not possible, then, I guess, I'll have resort to some alternative remote access tool (ie, VNC) what could be loaded before the Ubuntu login screen is shown. Then I could access it over the VPN connection, using appropriate client.
I have a PC running Ubuntu 10.04 with vino to share the desktop. After I login to the PC I can connect to it from another PC (again 10.04) with the vinagre Remote Desktop Viewer. Canonical has made this rather easy to configure. However, I cannot connect to the remote PC and use the Desktop Viewer to login to the remote PC.
Short of ripping out vino and installing vnc or tightvnc is there a way to configure Ubuntu's desktop sharing to allow me to connect to the remote PC and then login?
I need to be able to login to my brother's comp, which is in another place quite far away from mine, and help him install some softwares and get some settings done for him, as he's more a newbie than me, but has been only able to install ubuntu successfully. He has a broadband connection and I have one too. I have used ssh over Lan and have been successful in this regard. From my understanding of the manual page, i don't think I can use ssh over two different networks. Which similar command/package will work for me if I want to login to his comp and execute commands as easily as I can do using ssh for two computers on the same network.
View 9 Replies View RelatedNot for illegal purposes of course, it's just my computing teacher bet me that I couldn't obtain the schools wireless key without actually asking someone for it. Now I am an idiot and can't get anything like airsnort etc to work. So I was wondering if there is a nice simple"click here then click here then done" GUI I could use. O btw the encoding is WEP.
View 4 Replies View RelatedI am looking for resources to learn how to put linux on usb devices. I have a Zune 30G that I'm itch'n to try and break into but I have no idea where to start. I also have a Sandisk clip 2Gb that I can practice on,before tackling something that no one has been able to so far.
View 5 Replies View RelatedCurruntly using Ubuntu 9.10!I am eager to know where the hacking begins in linux? The stuff like netstat, telnet, or mail-forging or even pinging...ho do we do that in linux?
View 3 Replies View RelatedI'm setting up an Ubuntu 10.04 system; installed open-ssh. I'll call this box A. I also have an older box B with Debian. From A I can log into B via the usual way (ssh <user>@<IP>). The 1st attempt at this I was presented with the 'unknown host' warnings & elected to accept it. However, from B when I try logging into A there is no response at all -- no warnings, nothing. I have to ctrl-C back to the prompt. I can successfully ping A from B though. I CAN connect to A from a Windows box using PuTTY as an ssh client with all default settings. Once connected I can log in. Why no response from A when trying to log in from B?
View 1 Replies View RelatedI am kind of new to servers and need to set up a server in the lab (for 4-5 clients). I heard ubuntu has a different server edition. But I already have ubuntu desktop edition so I was wondering if I really have to install a server edition for my limited functionality. If it is not required to install a full blown server and I can do with the one I have, how do I go about creating accounts for remote login?
View 2 Replies View RelatedI realized that Scrabble on Facebook is blocked to users outside of the US and Canada. Can someone help me hack this so I can play outside of the US.
View 1 Replies View RelatedI use openSuse 11.3 and when I try to log in to my PC from a different computer it does not allow me. I used to use openSuse 11.2 and was having the same problem. what I need to do to maybe change the firewall security or something like that..
View 3 Replies View Related