GeoNetAgent, LDAPWeb, server-audit, server-connection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.4 KiB

Mikrotik : ssh -m hmac-sha1 admin@10.100.1.1 -p 255 ssh -i "$env:USERPROFILE.ssh\id_rsa_mikrotik" -o IdentitiesOnly=yes -m hmac-sha1 -p 255 admin@10.100.1.1

ssh -m hmac-sha1 admin@192.168.0.1 -p 255 ssh -i "$env:USERPROFILE.ssh\id_rsa_mikrotik" -o IdentitiesOnly=yes -m hmac-sha1 -p 255 admin@192.168.0.1

Reverse_proxy: ssh -m hmac-sha1 root@10.100.1.24 -p 22

Main_Database: ssh -m hmac-sha1 root@10.100.1.25 -p 22

Main_Webserver: ssh -m hmac-sha1 Administrator@10.100.1.41 -p 22

AD-LDAP: ssh -m hmac-sha1 Administrator@10.100.1.40 -p 22

zabbix: ssh -m hmac-sha1 root@10.100.1.42 -p 22

Ollama (aiopr, Ubuntu 22.04) — POC & inference CPU: ssh ollama .\scripts\ssh-ollama.ps1 ssh -i "$env:USERPROFILE.ssh\id_rsa_geonet_laptop" -o IdentitiesOnly=yes -m hmac-sha1 root@10.100.1.26 -p 22 ssh -i "$env:USERPROFILE.ssh\id_rsa_geonet_laptop" -o IdentitiesOnly=yes -m hmac-sha1 geonet@10.100.1.26 -p 22 # Wajib PowerShell (bukan CMD) agar $env:USERPROFILE terbaca. Jangan pakai password — login key only. # setup key geonet (sekali): type $env:USERPROFILE.ssh\id_rsa_geonet_laptop.pub | ssh -m hmac-sha1 geonet@10.100.1.26 -p 22 "mkdir -p ~/.ssh && chmod 700 ~/.ssh && cat >> ~/.ssh/authorized_keys && chmod 600 ~/.ssh/authorized_keys"

NAS QNAP (TS-932X):

ssh -i "$env:USERPROFILE\.ssh\id_ed25519" -o IdentitiesOnly=yes admin@10.100.1.10 -p 22
.\scripts\ssh-qnap.ps1
ssh -m hmac-sha1 admin@10.100.1.10 -p 22