add some more ssh entries
parent
981342bc08
commit
6c1d177e03
|
@ -25,6 +25,7 @@
|
||||||
pkgs.yq
|
pkgs.yq
|
||||||
pkgs.python39Full
|
pkgs.python39Full
|
||||||
pkgs.xorg.xclock
|
pkgs.xorg.xclock
|
||||||
|
pkgs.logseq
|
||||||
# pkgs.python310
|
# pkgs.python310
|
||||||
# pkgs.python310.numpy
|
# pkgs.python310.numpy
|
||||||
# pkgs.python310Packages.tensorflow
|
# pkgs.python310Packages.tensorflow
|
||||||
|
|
12
ssh/config
12
ssh/config
|
@ -1,6 +1,5 @@
|
||||||
Host *
|
Host *
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
Port 22
|
|
||||||
|
|
||||||
# felia mirror on windows
|
# felia mirror on windows
|
||||||
Host felia-win
|
Host felia-win
|
||||||
|
@ -12,26 +11,35 @@ Host felia-win
|
||||||
Host felia
|
Host felia
|
||||||
HostName felia.coati-celsius.ts.net
|
HostName felia.coati-celsius.ts.net
|
||||||
User ubuntu_admin
|
User ubuntu_admin
|
||||||
|
Port 22
|
||||||
|
|
||||||
# 2c 16G-RAM 200G drive
|
# 2c 16G-RAM 200G drive
|
||||||
Host fel
|
Host fel
|
||||||
HostName fel.coati-celsius.ts.net
|
HostName fel.coati-celsius.ts.net
|
||||||
User user
|
User user
|
||||||
|
Port 22
|
||||||
|
|
||||||
# AMZ Linux aarch64 hungtr@AMZ
|
# AMZ Linux aarch64 hungtr@AMZ
|
||||||
Host nioma
|
Host nioma
|
||||||
HostName ec2.pegasust.com
|
HostName ec2.pegasust.com
|
||||||
User ec2-user
|
User ec2-user
|
||||||
IdentityFile ~/.ssh/free-aws.pem
|
IdentityFile ~/.ssh/free-aws.pem
|
||||||
|
Port 22
|
||||||
|
|
||||||
# Ubuntu 22.04 LTS Pegasust@Linode
|
# Ubuntu 22.04 LTS Pegasust@Linode
|
||||||
Host ocolo-lab
|
Host ocolo-lab
|
||||||
HostName ocolo.pegasust.com
|
HostName ocolo.pegasust.com
|
||||||
Port 22
|
|
||||||
User root
|
User root
|
||||||
|
Port 22
|
||||||
|
|
||||||
# NixOS Pegasust@Linode
|
# NixOS Pegasust@Linode
|
||||||
Host nyx
|
Host nyx
|
||||||
HostName nyx.pegasust.com
|
HostName nyx.pegasust.com
|
||||||
User nyx
|
User nyx
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
Host ocolo-lab-2
|
||||||
|
HostName 139.144.18.164
|
||||||
|
User root
|
||||||
|
Port 22
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue