Skip to content

Supportex.NET blog

Server and network management company

  • supportex.net home
  • MySQL Health Test
Menu

All posts tagged SSH

Adding SSH keys for password-less login with non standard SSH port

Posted on September 21, 2011May 10, 2019Author Oleksii TykhonovPosted in linuxLeave a Reply

As you may know you can login to your SSH server with use of DSA/RSA keys without entering password. The simplest way to add key to the remote server is ssh-copy-id script. Here is an example of how you can add key if you use non standard SSH port: ssh-copy-id -i /home/myuser/.ssh/id_dsa.pub “myuser@example.com -p 2222″…

Read

Using ncat to transfer files without SSH

Posted on June 23, 2011May 10, 2019Author Oleksii TykhonovPosted in linuxLeave a Reply

Sometimes you want to transfer some files between two servers but with no SSH installed. There are a lot of ways to do it but the simplest one is to use ncat from nmap package. On receiver you should run: [root@server1 ~]# ncat -v -lp 2223 < ~/fileNcat: Version 5.21 (http://nmap.org/ncat) Ncat: Listening on 0.0.0.0:2223…

Read
Quick MySQL Health Audit

Tags

amqp ansible Apache apt-get awk bash bind CentOS cluster Corosync Debian DNS drbd elasticsearch exclude Fedora firewall go golang innobackupex ipset iptables IPv6 ldap linux logs lsi lspci Lua MaxMind mdadm monitoring Munin mysql mysqldump nagios named ncat nginx niginx openvpn otrs Pacemaker percona perl php phpMyAdmin pika pyenv python python rabbitmq raid redis remote install RRD rrdtool rsync sec Selenium sentry slapd slowlog snmp squid SSH svn swap tips Ubuntu vb-accelerator vBulletin windows Xtrabackup yum

©2025 Supportex.NET blog | Theme by SuperbThemes.Com