I am trying to access my hosting through the public and private key system but it is giving error when I create the config file to access it without password
I created the key in gitbash through the command "ssh-keygen" and copied / pasted in...
I have the following script that opens a remote connection on the terminal:
xterm -e ssh -t user@IP -p porta "cd pasta && bash script.sh && exit ; bash"
How can I make the connection to be terminated and close the terminal...
I have a problem with the ssh issue, I'm a beginner in linux and I'm taking a course in 4linux about the basics of Linux and etc ...
I'm on the connect part in cloud via ssh. When I did it for the first time it worked out, except for the passwor...
Hello.
I'm new to linux and I need to know first if what I'm looking for is possible.
The scenario is as follows, I have a notebook with windows 10 pro and in it I have a vm in hyper v with Centos 7. This vm was mounted using Vagrant.
I am...
I am programming a script and using while read twice it does 1 only once:
un=$(echo $LOGNAME | tr '[A-Z]' '[a-z]')
grep -v '^#' nodeteste.txt > auxiliar.txt
while read line
do
ssh "$un@$line" "cat arquivo" > arquivo.externo
cu...
When I run the command $ ssh-keygen -t rsa -C "[email protected]" I get the error message:
Generating public / private rsa key pair. Enter file in which to save
the key (/ c / Program Files (x86) /GNU/SSH/.ssh/id_rsa): Cou...
On the computer where I work, there was another user. However I have to create a new ssh key and a new user.
But when I run the commands:
$ git config --global user.name "alex jose silva"
I get the message:
error: could not lo...
I bought a domain yesterday in GoDaddy, and I'm redirecting the site with masking to a server I made, except that it is creating an iframe over and I can not see the site path, it always stays in the same domain even on different pages .
I would like to know a way to send files to a VPS via SSH with PHP!
Could someone suggest me a help, as I'm on a gaming server, it has an internal database.
When registering the user, send the file to vps via SSH.
I am facing a problem in my Ubuntu and also Windows where I can not access any SSH and SFTP . I only get the message " Connection Timed Out ". I already sent IP to my friends, and they all managed to access it witho...