Posts

Showing posts from September, 2018

SSH connection without password between two Azure VMs

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite SSH connection without password between two Azure VMs I have two RHEL7 VMs running in the same resource group with the same subscription ID. I have assigned DNS names to them; master.eastus.cloudapp.azure.com and node.eastus.cloudapp.azure.com The ips are dynamically assigned by Azure These VMs are setup for a manual installation of OpenShift which requires two VMs and will need to communicate with ssh, no password Both VMs are on the same subnet: subnet Virtual network/subnet: openshift-vm-vnet/default I have set up two Network Interface Inbound rules for each vm-vnet/default Master :: internal ip 10.0.0.3 name port protocol Source Destination Action default -allow-ssh 22 TCP <Corp ip> Any Allow node_vm 22 TCP 10.0.0.0/29 Any Allow Node :: internal ip 10.0.0.4 name port protocol Source Destination Action default -allow-ssh 22 TCP <Corp ip> Any Allow master_vm 22 TCP 10.0.0.0/29 Any Allow I am able ...

Ubuntu 17.10 cannot open Root folder

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite 1 I am running Ubuntu 17.10 and after updating, now i cant open the Root folder. each time i go to other locations then Computer and try opening it, it just closes the files folder. what could be the problem. updates share | improve this question asked Feb 8 at 19:51 Tim 10 4 What is the result of ls -ld / typed in a terminal (opened with Ctrl-Alt-T)? Please insert the answer into your question. – muclux Feb 8 at 20:00 this is the result of ls -ld / drwxr-xr-x 24 root root 4096 Jan 27 06:47 / – Tim Feb 8 at 20:31 actually each time my machine hibernates, it kills all processes. It's like I'm rebooting again. – Tim Feb 8 at 20:47 add a comment  |  up vote 0 down vote favorite 1 I am running Ubuntu 17.10 and after updatin...